home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Toolkit for DOOM
/
DOOMTOOL.ISO
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1994-09-27
|
335b
|
14 lines
echo off
rem install and setup ready-to-run version
if not exist c:\doomtool\run_doom.bat goto new
echo The ToolKit for Doom is already installed.
goto exit
:new
md c:\doomtool
\utils\havedoom.exe
if errorlevel 1 goto exit
if errorlevel 0 goto hasit
:hasit
echo I have installed the ToolKit for Doom on your system.
:exit