Guest User

Untitled

a guest
Feb 28th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. call :sleep %~1
  2.  
  3. goto:eof
  4.  
  5. :: -----------------------------------------------------------------------------
  6.  
  7. :sleep
  8. ping 127.1 -n 2 -w 1000 > NUL
  9. ping 127.1 -n %~1 -w 1000 > NUL
  10. goto:eof
Add Comment
Please, Sign In to add comment