home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Boot Disc 1
/
boot-disc-1996-08.iso
/
content
/
demos
/
games
/
strife
/
strife10.bat
< prev
next >
Wrap
DOS Batch File
|
1996-02-23
|
177b
|
12 lines
@echo off
DEICE.EXE
if ERRORLEVEL == 1 GOTO END
STRIFE10.EXE
if ERRORLEVEL == 1 GOTO ERROR
DEL STRIFE10.EXE
goto END
:ERROR
echo Error installing STRIFE10.EXE!
:END