Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 10th, 2012  |  syntax: None  |  size: 0.56 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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