Guest User

Untitled

a guest
May 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. :menu
  2. cls
  3. echo welcome
  4. echo label1 loading...
  5. timeout /t 9 > nul
  6. goto label1
  7.  
  8. :label1
  9. cls
  10. echo hello
  11. pause
  12. goto :menu
  13.  
  14. :label2
  15. cls
  16. echo hello again
  17. ....
  18.  
  19. rem for :label1 > x.txt
  20.  
  21. :label1
  22. cls
  23. echo hello
  24. pause
  25. goto :menu
Add Comment
Please, Sign In to add comment