home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.3 / 1996-04_-_Disc_2.3.bin / orion / install.bat < prev    next >
DOS Batch File  |  1995-12-07  |  540b  |  19 lines

  1. @echo off
  2. i.exe %1 %2 %3 %4 %5 %6 %7 %8
  3. if exist .\setup.exe goto aok
  4.  
  5. :error
  6. echo Installation could not continue!
  7. echo Either an error occured, or you canceled installation.
  8. echo If you need help, please refer to your manuals, then
  9. echo if you still need help, call Sanctuary Woods....
  10. goto end
  11.  
  12. :aok
  13. echo Please wait...
  14. setup %1 %2 %3 %4 %5 %6 %7 %8
  15. echo Congratulations!!!!  You completed the install.
  16. echo To run the game, type "OB" at the dos prompt.
  17. echo If you have trouble running the game, run setup again.
  18. :end
  19.