|
.Bat help
hi im trying to make an auto install .bat file i have managed to get all the files installing but i need i know how to make the batch file ask yes or no for each file just in case you dont need to install some of the files.
E.G
start the batch file (e.g wizzywig.bat)
then this script is run (this is just a simple one not the on im going to use
Code:
echo i need it to ask yes or no at start of each install prosses
rem
rem WIZZYWIG INSTALLER
rem
@echo off
setup.exe
echo --------->>Wizzywig<<---------
echo ------->>is now open<<-------
echo off
folder1\install\file1.exe
folder2\install\file2.exe
folder3\install\file3.exe
folder4\install\intro.exe
then when it is About to install the setup.exe it asks do u wont to continue YES/NO.
if i type yes the program is installed and then moves on to the next install (e.g file1.exe)
Now if i typed no i would like the program to still move on to next file ask again if the file is to be installed.
a basic bat file is needed but i have look across the world for some help and havent had any luck if any one can help me in any way please drop me a pm or email me thanks alot.
wizzywig
__________________
[IMG]http://members.lycos.co.uk/etoclan/new%20face.gif[/IMG] [IMG]http://www.etoclan.netfirms.com/marijuana.jpg[/IMG]
|