home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Demon Gate 666
/
DemonGate666.bin
/
pc
/
details
/
syd-doom
/
syd-doom.bat
next >
Wrap
DOS Batch File
|
1994-09-01
|
197b
|
11 lines
#echo off
if not exit doom.wad goto Error
doom.exe -file syd-doom.wad -warp 1 1 -skill 3
goto Exit
:Error
Echo.
Echo DOOM.WAD must be present in the current directory.
Echo.
:Exit