home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BigMax 12
/
cd2.iso
/
install.bat
Wrap
DOS Batch File
|
1996-06-30
|
286b
|
18 lines
@echo off
SET DOS4G=QUIET
if NOT exist setup.exe goto disk1
setup.exe
if NOT ERRORLEVEL 1 goto fin
megarace.exe
echo .
echo .
echo .Type MEGARACE to run again Megarace II
echo .
echo .
goto fin
:disk1
ECHO .
echo Please insert disk 1 and run INSTALL again.
echo .
:fin