home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 2 / ClassicFond02.iso / simulato / coman_en.zip / MARKII.BAT < prev    next >
DOS Batch File  |  1993-11-11  |  2KB  |  51 lines

  1. @echo off
  2. @if exist c:\markii\mk2load.exe goto newmark2
  3. @if exist c:\markii\download.exe goto oldmark2
  4.  
  5. @echo ERROR: YOU DO NOT HAVE THE MARKII SOFTWARE
  6. @echo This batch file is for programming the ThrustMaster WCS MARKII
  7. @echo To use, you must have the MARKII software located in C:\MARKII
  8. goto fini
  9.  
  10. :oldmark2
  11. @echo This Program will download the MK2OLD.ADV file to the ThrustMaster WCS Mark II
  12. @echo This Program will use the DOWNLOAD program located C:\MARKII
  13. @echo Press Ctrl-C to abort, any other key to continue
  14. @pause
  15. @c:\markii\download mk2old.adv
  16. @echo -----------------------------------------------------------------
  17. @echo The MARKII RED SWITCH (Throttle) should be set to ANALOG
  18. @echo The MARKII BLACK SWITCH (Hat) should be set to DIGITAL
  19. @echo -----------------------------------------------------------------
  20. @echo The Comanche Control Menu should be set to FlightStick w/Throttle
  21. @echo The ThrustMaster WCS box should NOT be checked!
  22. @echo -----------------------------------------------------------------
  23. @echo WCS & FCS NOTES
  24. @echo The six buttons on the WCS will select weapons
  25. @echo The Rocker Switch will zoom in/out on the overhead map
  26. @echo The Hat Switch will change cockpit views
  27. @echo The Lower FCS Buttons will fire a salvo of two rockets!
  28. goto fini
  29.  
  30. :newmark2
  31. @echo This Program will download the MK2NEW.ADV file to the ThrustMaster WCS Mark II
  32. @echo This Program will use the MK2LOAD program located C:\MARKII
  33. @echo Press Ctrl-C to abort, any other key to continue
  34. @pause
  35. @c:\markii\mk2load mk2new
  36. @echo -----------------------------------------------------------------
  37. @echo The MARKII RED SWITCH (Throttle) should be set to ANALOG
  38. @echo The MARKII BLACK SWITCH (Hat) should be set to DIGITAL
  39. @echo -----------------------------------------------------------------
  40. @echo The Comanche Control Menu should be set to FlightStick w/Throttle
  41. @echo The ThrustMaster WCS box should NOT be checked!
  42. @echo -----------------------------------------------------------------
  43. @echo WCS & FCS NOTES
  44. @echo The six buttons on the WCS will select weapons
  45. @echo The Rocker Switch will zoom in/out on the overhead map
  46. @echo The Hat Switch will change cockpit views
  47. @echo The Lower FCS Buttons will fire a salvo of two rockets!
  48. goto fini
  49.  
  50. :fini
  51.