Advertisement
Guest User

If you're happy and you know it

a guest
Feb 19th, 2013
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. @echo off
  2. cls
  3. ping 1.1.1.1 -n 1 -w 1000 > nul
  4. echo If you're happy and you know it, syntax error!
  5. ping 1.1.1.1 -n 1 -w 2000 > nul
  6. echo Syntax error
  7. ping 1.1.1.1 -n 1 -w 1000 > nul
  8. echo If you're happy and you know it, syntax error!
  9. ping 1.1.1.1 -n 1 -w 2000 > nul
  10. echo Syntax error
  11. ping 1.1.1.1 -n 1 -w 1000 > nul
  12. echo If you're happy and you know it, and you really want to show it, if you're happy and you know it syntax error!
  13. ping 1.1.1.1 -n 1 -w 4000 > nul
  14. echo Syntax error
  15. ping 1.1.1.1 -n 1 -w 5000 > nul
  16. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement