home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 13 / 1995-12_Disc_13.iso / patches / flight1.exe / FLIGHT.BAT next >
DOS Batch File  |  1995-08-15  |  344b  |  17 lines

  1. @echo off
  2. set dos4g=quiet
  3. 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. flight.exe +fromcredits %1 %2 %3 %4 %5 %6 %7 %8 %9
  12. goto wacky
  13. :refuel
  14. flight.exe +refuel %1 %2 %3 %4 %5 %6 %7 %8 %9
  15. goto wacky
  16. :done
  17.