home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Instant Doom Levels
/
Instant.Doom.Levels.-.Level.Master.II.iso
/
EDITORS
/
DCK
/
INSTALL
/
DCK.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-03-15
|
306b
|
19 lines
@echo off
rem Batch files suck, but at least you can run DOOM from DCK
rem with this. :)
dck32 %1 %2 %3 %4 %5 %6 %7 %8 %9
:checklevel
if errorlevel 200 goto exit
if errorlevel 100 call _PLAY.BAT
@echo off
del _PLAY.BAT
echo Restarting DCK...
dck32 /quiet
goto checklevel
:exit
echo.