home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ÜBERLEBEN...
/
UEBERLEBEN.ISO
/
_updates
/
flun_mat
/
flight.bat
< prev
next >
Wrap
DOS Batch File
|
1995-08-15
|
344b
|
17 lines
@echo off
set dos4g=quiet
flight.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
:wacky
if errorlevel 44 goto done
if errorlevel 43 goto refuel
if errorlevel 42 goto credit
goto done
:credit
D:\cdrom\credits.exe
flight.exe +fromcredits %1 %2 %3 %4 %5 %6 %7 %8 %9
goto wacky
:refuel
flight.exe +refuel %1 %2 %3 %4 %5 %6 %7 %8 %9
goto wacky
:done