alex wrote:
> does anyone know where i can get a choice command that will run in dos
> mode? thanks
Hi,
What do you mean by "DOS mode"? Windows NT 4.0, 2000, XP, etc. do not have
a "DOS mode"; see:
http://home.comcast.net/~stewartb/cmdprompt.html#9
Win9x/Me does have DOS mode because it boots from a real-mode MS-DOS
kernel.
If you need a keystroke input utility that's an actual MS-DOS executable,
you can use my freeware getkey utility:
http://home.comcast.net/~stewartb/getkv.html
Getkey is a keystroke input tool that sets ERRORLEVEL, like choice. Getvar
is a line-input tool that sets an environment variable. The download
includes MS-DOS and Win32 console versions of both programs.
Regards,
Bill