Batch File Programming - CHOICE Command

Status
Not open for further replies.

sdcowley

Posts: 6   +0
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
 
Where are you running that batch file? What OS?
Try the choice command directly from the command line.
 
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"
 
Status
Not open for further replies.
Back