home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Over 1,000 Doom Levels
/
1000DOOMLevels-3DSharewareGames.bin
/
pc
/
doom12
/
install
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1994-02-16
|
176b
|
12 lines
@ECHO OFF
DEICE
IF ERRORLEVEL == 1 GOTO error
doom1_2s.EXE
if errorlevel == 1 goto error
DEL doom1_2s.EXE
setup
goto end
:ERROR
echo Error installing DOOM 1.2!
:END