home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Spiel 1996 September
/
PCS0996.ISO
/
demos
/
burger
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1996-01-22
|
616b
|
20 lines
@echo off
i.exe %1 %2 %3 %4 %5 %6 %7 %8
if exist .\setup.lbm goto aok
:error
echo Installation could not continue!
echo Either an error occured, or you canceled installation.
echo If you need help, please refer to your manuals, then
echo if you still need help, call Sanctuary Woods....
goto end
:aok
echo Please wait...
setup %1 %2 %3 %4 %5 %6 %7 %8
echo Congratulations! You completed the install.
echo To run the game, make sure you are in the BURGER directory
echo and then type OB at the dos prompt. If you have trouble
echo running the game, run setup again and check your settings.
:end