Guest User

Untitled

a guest
Aug 10th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. @echo off
  2. title Goodmorning
  3. echo Goodmorning Master, booting up programs.
  4. ping localhost -n 2 >null
  5. cls
  6. Start C:\Users\****\Downloads\******\*****\****.mp3
  7. echo Anything else master?
  8. ping localhost -n 2 >null
  9. echo Enter yes to continue
  10. echo Enter no to exit
  11. set /p car ==
  12. if %car% == yes goto yes
  13. if %car% == no goto no
  14. :yes
  15. echo Function is currently being developed.
  16. pause
  17. exit
  18. :no
  19. Echo Exiting program.
  20. ping localhost -n 2 >null
  21. cls
  22. Echo Exiting program..
  23. ping localhost -n 2 >null
  24. cls
  25. Echo Exiting program...
  26. ping localhost -n 2 >null
  27. exit
Advertisement
Add Comment
Please, Sign In to add comment