home *** CD-ROM | disk | FTP | other *** search
/ Flight Simulators / FLIGHTSIM.ISO / fltsim5 / flight.bat next >
DOS Batch File  |  1980-12-31  |  371b  |  17 lines

  1. @echo off
  2. set dos4g=quiet
  3. D:\cdrom\flight.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  4. :wacky
  5. if errorlevel 44 goto done
  6. if errorlevel 43 goto refuel
  7. if errorlevel 42 goto credit
  8. goto done
  9. :credit
  10. D:\cdrom\credits.exe
  11. D:\cdrom\flight.exe +fromcredits %1 %2 %3 %4 %5 %6 %7 %8 %9
  12. goto wacky
  13. :refuel
  14. D:\cdrom\flight.exe +refuel %1 %2 %3 %4 %5 %6 %7 %8 %9
  15. goto wacky
  16. :done
  17.