home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 March / SOFM_Mar1995.bin / pc / games / heretic / install.bat < prev    next >
DOS Batch File  |  1995-01-27  |  184b  |  13 lines

  1. @echo off
  2. DEICE.EXE
  3. if ERRORLEVEL == 1 GOTO END
  4. HTIC_V10.EXE
  5. if ERRORLEVEL == 1 GOTO ERROR
  6. DEL HTIC_V10.EXE
  7. setup
  8. goto END
  9. :ERROR
  10. echo Error installing HTIC_V10.EXE!
  11. :END
  12.  
  13.