Summary: I have a batch file that needs to use Choice.exe on XP/Vista.. The problem is: a)Find a Choice.exe that works for both b)Test the runtime OS for Vista...
Summary: Ok can you tell me what I am doing wrong. I typed in my script: @ECHO OFF ECHO Choose One ECHO 1.Credits. ECHO 2.Visit my Site. ECHO 3.Exit CHOICE.E...
Summary: Stated that entering (and then checking) a password by using a batch script is absolutely unsafe, your issue has not an easy solution with batch langu...
Summary: I think I have found your problem go to this site it ha detailed explanation of what it does... Phew You had me worried http://www.support.lotus.com/s...
Summary: Leonardo, thanks, I used your method which worked and someone (Keith) sent me some programs from the NT4 resource kit which included the choice.exe wh...
Summary: The easy way to do this is to get choice.exe, choice.com also works but it will be better to use choice.exe on winXP. You can get the file youself, or...
Summary: Quick Question should choice work as normal with a boot disk. I have the choice.exe file on the floppy at root.???? I'm trying to modify the autoexec ...
Summary: XCopy is part of the standard set of external commands stored in System32 folder while Choice.exe does not belong to all usual XP distributions. So it...
Summary: Hii IVO, No, But I found choice.exe and downloaded it. Thanks again. When I get around to it, I'll test both CHOICEs and see what errors, if any. If...
Summary: I found the problem. The "CHOICE.COM", was corrupt. I added a new "CHOICE.EXE & CHOICE.COM", to the Floppy. Everything works fine. Thanks, for trying...
Summary: "That line works as is" but there is no Choice comand in standard Windows XP (both home and pro). You can copy Choice.com from Windows 98, but it suff...
Summary: For any version of DOS that has the CHOICE.exe command, including Windows 98/ME (not sure of the NT/XT command prompt) something like the following do...
Summary: I am trying to make a batch file to run a different set of commands depending on a the location of the office they're in. I'd like to have the user te...