Anyone want to be a awesome person and turn this into C++ code for me? [on
hold]
OMFG, it would help me out a lot. Thank you vury vury much.
@echo off
:choice
set /P c=Are you awesome??? [y/n] %NL%
if /I "%c%" EQU "y" goto :yes
if /I "%c%" EQU "n" goto :no
cls
:yes
echo "DAMN RIGHT!!! :D"
pause
exit
:no
echo "LIES!!!"
pause
cls
goto :choice
No comments:
Post a Comment