Search found 2 matches

by Cyclops
26 Mar 2014 15:34
Forum: DOS Batch Forum
Topic: HELP! code not working!
Replies: 2
Views: 1523

Re: HELP! code not working!

Thanks it kind of helped. But it's working now
by Cyclops
26 Mar 2014 14:39
Forum: DOS Batch Forum
Topic: HELP! code not working!
Replies: 2
Views: 1523

HELP! code not working!

cls echo What type of charactor do you want to be? echo 1) Warrior echo 2) Archer echo 3) Mage echo 4) Back set /p input=Answer? if %input%==1 goto NEW CHARACTER BOY WARRIOR if %input%==2 goto NEW CHARACTER BOY ARCHER if %input%==3 goto NEW CHARACTER BOY MAGE if %input%==0 goto NEW CHARACTER :NEW CH...