home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Toolkit for DOOM
/
DOOMTOOL.ISO
/
utils
/
runwad.bat
< prev
next >
Wrap
DOS Batch File
|
1994-09-27
|
173b
|
10 lines
echo off
cls
if not exist c:\doomtool\run_doom.bat goto no
call c:\doomtool\run_doom.bat %1
goto exit
:no
call \install.bat
:exit
echo Press any key to continue...