
Untitled
By: a guest on
Aug 10th, 2012 | syntax:
None | size: 0.56 KB | hits: 8 | expires: Never
@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