S sdcowley Posts: 6 +0 Apr 20, 2006 #1 I am trying to execute a CHOICE command in a batch file, but it is saying "invalid or bad command" Code: CHOICE /C:CX /N /T:X,15
I am trying to execute a CHOICE command in a batch file, but it is saying "invalid or bad command" Code: CHOICE /C:CX /N /T:X,15
Nodsu Posts: 5,451 +7 Apr 21, 2006 #2 Where are you running that batch file? What OS? Try the choice command directly from the command line.
Where are you running that batch file? What OS? Try the choice command directly from the command line.
R RealBlackStuff Posts: 6,450 +3 Apr 21, 2006 #3 Scroll down to Command Choice http://www.cs.ntu.edu.au/homepages/bea/home/subjects/ith305/description.html Guess you are aware that this command must be placed inside a xxx.BAT file
Scroll down to Command Choice http://www.cs.ntu.edu.au/homepages/bea/home/subjects/ith305/description.html Guess you are aware that this command must be placed inside a xxx.BAT file
S sdcowley Posts: 6 +0 Apr 21, 2006 #4 yes, it's in a file called "Evo Install.bat" all my other commands run fine, except this one. I have tried entering into DOS, but the same happens. "CHOICE is not recognised as an internal or external command operable program or batch file"
yes, it's in a file called "Evo Install.bat" all my other commands run fine, except this one. I have tried entering into DOS, but the same happens. "CHOICE is not recognised as an internal or external command operable program or batch file"