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.