home *** CD-ROM | disk | FTP | other *** search
/ The Ideal Collection of Games / IDEALGAMES.bin / prog43 / install / install.bat < prev    next >
Encoding:
DOS Batch File  |  1994-02-16  |  176 b   |  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.