home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 1100.FS4FD.BAT < prev    next >
DOS Batch File  |  1989-10-17  |  1KB  |  44 lines

  1. @echo off
  2. rem    To the browser:
  3. rem
  4. rem    This file will allow you to use the Facilities Locator (FL)
  5. rem    with Microsoft Flight Simulator 4.0 (FS4) when loading from
  6. rem    floppy disk.  Run this batch file once to load certain files
  7. rem    from the second disk in the set, which will allow the copy of
  8. rem    the FL disk to be used in place of the second disk during the
  9. rem    load-up procedure.  Once FS4 is fully loaded looking at RWY 36
  10. rem    at Chicago's Meigs Field, replace the normal second disk, and
  11. rem    continue using FS4 normally.
  12.  
  13. echo            ┌───────────────────────────────────────────┐
  14. echo            │ Place your  Microsoft FS4  "Scenery" disk │
  15. echo            │ in A: and a non-write-protected COPY of   │
  16. echo            │ your Facilities Locator Application disk  │
  17. echo            │ in B:, then press any key to continue.    │
  18. echo            └───────────────────────────────────────────┘
  19. pause
  20.  
  21. if exist str.fs3 goto f3ver
  22. copy A:F1     B:
  23. copy A:F1.DYN     B:
  24. copy A:SIM1.SIM     B:
  25. copy A:SIM2.SIM     B:
  26. copy A:SIM3.SIM  B:
  27. copy A:SIM4.SIM     B:
  28. copy A:SIM5.SIM  B:
  29. copy A:SIM6.DRV  B:
  30. copy A:STR.FS4   B:
  31. copy A:MODES.LBR B:
  32.  
  33. echo            Successful completion!
  34. goto end
  35.  
  36. :f3ver
  37. echo                    ***            
  38. echo        You have Version 3.0 of Microsoft Flight Simulator
  39. echo                    ***                
  40. echo        Please type FDSETUP to set up Instant Facilities Locator
  41. echo        on floppy disks with version 3.0.
  42. echo                    ***
  43. :end
  44.