home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 1099.FDSETUP.BAT < prev    next >
DOS Batch File  |  1989-10-18  |  2KB  |  51 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 3.0 (FS3) or 4.0 (FS4) when 
  6. rem    loading from floppy disk.  Run this batch file once to load 
  7. rem    certain files from the second disk in the set, which will 
  8. rem    allow the copy of the FL disk to be used in place of the 
  9. rem    second disk during the load-up procedure.  Once FS3 is fully 
  10. rem    loaded looking at RWY 36 at Chicago's Meigs Field, replace 
  11. rem    the normal second disk, and continue using FS3/FS4 normally.
  12.  
  13. echo            ┌─────────────────────────────────────────────┐
  14. echo            │ Place your  Microsoft FS3 or FS4 "Scenery"  │
  15. echo            │ disk in A: and a non-write-protected COPY   │
  16. echo            │ of your Facilities Locator Application disk │
  17. echo            │ in B:, then press any key to continue.      │
  18. echo            └─────────────────────────────────────────────┘
  19. pause
  20.  
  21. if exist str.fs4 goto f4ver
  22. copy A:KB1.KBD     B:
  23. copy A:KB2.KBD     B:
  24. copy A:KB3.KBD     B:
  25. copy A:F6     B:
  26. copy A:F6SENS     B:
  27. copy A:F6H     B:
  28. copy A:F6HSENS     B:
  29. copy A:F6MSENS     B:
  30. copy A:F6C     B:
  31. copy A:F6CSENS     B:
  32. copy A:F1     B:
  33. copy A:SIM1.SIM     B:
  34. copy A:SIM2.SIM     B:
  35. copy A:SIM4.SIM     B:
  36. copy A:MODE1.MOD B:
  37. copy A:CF.FS3    B:
  38. copy A:STR.FS3   B:
  39.  
  40. echo            Successful completion!
  41. goto end
  42.  
  43. :f4ver
  44. echo                    ***
  45. echo        You have Version 4.0 of Microsoft Flight Simulator
  46. echo                    ***
  47. echo        Please type FS4FD to set up Instant Facilities Locator
  48. echo        on floppy disks with version 4.0.
  49.                     ***
  50. :end
  51.