|
That can be accomplished with choice.
I think it goes something like this->
choice /c:yn
if errorlevel 2 goto noinstall
echo Installing the stupid program
z:\setup.exe
:noinstall
echo You chose not to install the stupid program
However, you might need 'choice.com' from the dos disks.
-M
|