Skip to content

Instantly share code, notes, and snippets.

@drebrez
Created November 3, 2017 10:36
Show Gist options
  • Save drebrez/99e12d66cacd7107bc56d51ae4271978 to your computer and use it in GitHub Desktop.
Save drebrez/99e12d66cacd7107bc56d51ae4271978 to your computer and use it in GitHub Desktop.
Sleep in windows batch script
echo off
set arg1=%1
ping 127.0.0.1 -n %arg1% > nul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment