home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1998 February
/
VPR9802A.ISO
/
P_AND_A
/
Quake
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-09-26
|
311b
|
17 lines
@echo off
DEICE.EXE
if ERRORLEVEL == 1 GOTO END
RESOURCE.EXE
if ERRORLEVEL == 1 GOTO ERROR
DEL RESOURCE.EXE
echo.
echo Prepare to enter Quake!
pause
quake
goto END
:ERROR
echo Error installing Quake Shareware v1.06!
echo If you got a Write Error you have run out of hard drive space.
:END
echo.