home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D Dinosaur Adventure
/
DINO16B14.iso
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1994-01-24
|
474b
|
19 lines
@echo off
if "%1"=="-drive" goto gotdrive
install1 %1 %2 %3 %4 %5 %6 %7
if errorlevel 99 goto reallyquit
if errorlevel 1 goto reallyquit
goto reinvoke
:gotdrive
install1 %3 %4 %5 %6 %7 %8 %9
if errorlevel 99 goto quitdrive
if errorlevel 1 goto reallyquit
:reinvoke
rem Reinvoke this batch file indirectly. Current drive and directory
rem point to the product that was last installed, which created an
rem install.bat.
.\install
:quitdrive
%2
:reallyquit