home *** CD-ROM | disk | FTP | other *** search
/ CD Action 3 / cdaction031996.iso / burger / install.bat < prev    next >
DOS Batch File  |  1996-04-15  |  632b  |  23 lines

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