Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- title Goodmorning
- echo Goodmorning Master, booting up programs.
- ping localhost -n 2 >null
- cls
- Start C:\Users\****\Downloads\******\*****\****.mp3
- echo Anything else master?
- ping localhost -n 2 >null
- echo Enter yes to continue
- echo Enter no to exit
- set /p car ==
- if %car% == yes goto yes
- if %car% == no goto no
- :yes
- echo Function is currently being developed.
- pause
- exit
- :no
- Echo Exiting program.
- ping localhost -n 2 >null
- cls
- Echo Exiting program..
- ping localhost -n 2 >null
- cls
- Echo Exiting program...
- ping localhost -n 2 >null
- exit
Advertisement
Add Comment
Please, Sign In to add comment