home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Night Trap (The Director's Cut)
/
Night_Trap_CD2.iso
/
setup
/
diag.bat
< prev
next >
Wrap
DOS Batch File
|
1995-08-22
|
475b
|
25 lines
@ECHO OFF
goto diagnostics
:game
\setup\dgame
if errorlevel 3 goto end
if errorlevel 2 goto setup
if errorlevel 1 goto diagnostics
goto end
:setup
\setup\gcset
if errorlevel 3 goto end
if errorlevel 2 goto setup
if errorlevel 1 goto diagnostics
if errorlevel 0 goto game
goto end
:diagnostics
\setup\gctest
if errorlevel 3 goto end
if errorlevel 2 goto setup
if errorlevel 1 goto diagnostics
if errorlevel 0 goto game
:end
echo Thank You