home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Doom Levels / 1000DOOMLevels-3DSharewareGames.bin / pc / doom12 / install / install.bat < prev    next >
DOS Batch File  |  1994-02-16  |  176b  |  12 lines

  1. @ECHO OFF
  2. DEICE
  3. IF ERRORLEVEL == 1 GOTO error
  4. doom1_2s.EXE
  5. if errorlevel == 1 goto error
  6. DEL doom1_2s.EXE
  7. setup
  8. goto end
  9. :ERROR
  10. echo Error installing DOOM 1.2!
  11. :END
  12.