Windows Thread, Creating a batch file to ask user what software they wish to install from a CD? in Technical; Hi, I'm trying to create a batch file to allow a user to choose, on running this batch file, which ...
Creating a batch file to ask user what software they wish to install from a CD?
Hi, I'm trying to create a batch file to allow a user to choose, on running this batch file, which piece of software to run from a custom created CD. I've put 7 pieces of software on a CD, and I want to allow them the option of which piece of software to install? I'd also like the batch to run with the autorun, so the user only has to follow simple prompts in the batch file.
I've looked around and found the choice command may be how to do this, but I'm struggling to implement this well.
As they say a million and one ways to skin a cat - just to add my 2 cents worth - again would use AutoIT to create a menu - like Gatt.....
On checking [ as this bought up an issue of a similar setup I knocked up about 7 years ago for a boot DOS disk for a thin client Windows95 build.....]
I used DOS's 'Choice' command and even used the Errorlevel for an actual variable.....[ 255 ]
On checking - guess what ? The command is still there in Vista !!