home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 March / dpcb0397.iso / Games / Trilogy / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-11-06  |  373b  |  19 lines

  1. @echo off
  2. inst.exe
  3. if ERRORLEVEL 1 GOTO ERROR
  4. goto all_ok
  5. :error
  6. cls
  7. echo Installation aborted!!!
  8. echo -----------------------
  9. echo Alien Trilogy may *not* be installed correctly.
  10. echo Please run INSTALL again.
  11. goto end
  12. :all_ok
  13. echo Alien Trilogy.
  14. echo Installation completed without errors.
  15. echo (Windows 95 users may have to close this window.)
  16.  
  17. :end
  18.  
  19.