Can't use bat files of scenarios

szeevi

Chieftain
Joined
Jul 15, 2002
Messages
2
While trying to run a *.bat file of some scenarions like:
- Second Front
- THE STRUGGLE FOR EUROPE

I get the error:
'choice' is not recognized as an internal or external command,
operable program or batch file.


Any one have idea how to solve it?
 
You should tell us what operating system you are running. BAT files are using DOS commands so it may come to complications on system like Win NT, 2000 or XP. :eek:

The file CHOICE.COM is a DOS executable again, in Win95/98/Me it is located in the directory \Windows\Command.

To use this bat file anywhere you have to open this directory for access. This is done in the AUTOEXEC.BAT using the PATH command, e.g. PATH C:\Windows\Command;...

The other option is to extract all files manually to the appropriate folder using WinZIP or such.
:D
 
Extract the attached 6K choice.com file into the sme directory where the .BAT is being executed from.

You can extract it to the C:\windows\command directory, but don't overwrite the existing choice.com (if one is there).


I assume you are using W9x, not NTx. XP is a variant of NTx, BTW.



To use this bat file anywhere you have to open this directory for access. This is done in the AUTOEXEC.BAT using the PATH command, e.g. PATH C:\Windows\Command;..
That may work, or not. For instance, depending on how one accesses the dos prompt, or DOS window, or what is in the windows' dosstart.bat (root), or PIF.

If you type the command PATH at the DOS prompt you use, and hit enter, the path(s) will all be shown for whatever method one entered the prompt.

Since the file is only 6K when unzipped, a 100% surefire method is just to copy the choice.com to the directory where the .BAT is located, unless NTx. This is the Choice.com that comes with Win95, but should work on any W9x version. If you have a choice.com in your c:\windows\command directory, then copy it into the directory where your .BAT is, instead of using mine from Windows 95.
 
geez sl you make it sound so complicated ;)

You must be on XP.Grab starlifter's attachment.Unzip it and put in the same folder as the .bat.Run the .bat
 
Thanks to all of you.

I copy the choice files to the directories of the *.bat files.

And it work!!! (I got windows 2000)
 
Back
Top Bottom