home *** CD-ROM | disk | FTP | other *** search
/ Toolkit for DOOM / DOOMTOOL.ISO / install.bat < prev    next >
DOS Batch File  |  1994-09-27  |  335b  |  14 lines

  1. echo off
  2. rem install and setup ready-to-run version
  3. if not exist c:\doomtool\run_doom.bat goto new
  4. echo The ToolKit for Doom is already installed.
  5. goto exit
  6. :new
  7. md c:\doomtool
  8. \utils\havedoom.exe
  9. if errorlevel 1 goto exit
  10. if errorlevel 0 goto hasit
  11. :hasit
  12. echo I have installed the ToolKit for Doom on your system.
  13. :exit
  14.