home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1994 December
/
SOFM_Dec1994.bin
/
pc
/
sri
/
games
/
doom
/
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