home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / EDUCTORY / ROADMILE / WCD.DOC < prev    next >
Encoding:
Text File  |  1994-02-04  |  4.7 KB  |  94 lines

  1.  
  2.  
  3.  
  4.  
  5.          ************************************************************
  6.          *                                                          *
  7.          *                    W O R L D   C I T Y                   *
  8.          *             D I S T A N C E   C O M P U T E R            *
  9.          *                                                          *
  10.          *                      WCD Version 1.1                     *
  11.          *                                                          *
  12.          *                      (C)opyright 1987                    *
  13.          *                    All Rights Reserved                   *
  14.          *                                                          *
  15.          *==========================================================*
  16.          *                                                          *
  17.          *                    GeoGraphics Software                  *
  18.          *                   126 Mountain View Road                 *
  19.          *                    Glastonbury, CT 06033                 *
  20.          *                                                          *
  21.          *----------------------------------------------------------*
  22.          *                                                          *
  23.          *       WCD is user-supported software provided to         *
  24.          *   you at no charge on a trial basis.  If you use this    *
  25.          *   software and find it of value please register your     *
  26.          *     copy for $15.00 and support the shareware concept.   *
  27.          *    Registered users will be provided with information    *
  28.          *    about program updates. Please make checks payable     *
  29.          *          to G. K. Marek at the above address.            *
  30.          *                                                          *
  31.          *      You are encouraged to share this software with      *
  32.          *      others provided that it is distributed complete     *
  33.          *      with documentation and in unmodified form and       *
  34.          *     that no fee or other consideration is charged or     *
  35.          *     accepted.  All commercial, business and government   *
  36.          *           users must register each copy in use.          *
  37.          *                                                          *
  38.          *      We hope you enjoy using WCD.  Your comments and     *
  39.          *  suggestions to improve this product are always welcome. *
  40.          *                                                          *
  41.          *                                                          *
  42.          *                                                          *
  43.          ************************************************************
  44.  
  45.  
  46.  
  47.  
  48.  
  49. PROGRAM DESCRIPTION
  50.  
  51. WCD, The World City Distance Computer, is designed to provide distance
  52. and travel time information between about 300 different world cities,
  53. including most major US cities.  The program is windowed and menu
  54. driven, and basically self-explanatory.
  55.  
  56.  
  57. HARDWARE REQUIREMENTS
  58.  
  59. This program is designed for IBM Personal Computers and close
  60. compatibles.  It will execute on the IBM-PC, PC-XT, and PC-jr.  DOS
  61. Version 2.1 or later is required.  Since the program relies extensively
  62. on color, a color monitor is recommended.  The program will run,
  63. however, unmodified, on the Compaq.  WCD requires about 45K of memory
  64. and does not require BASIC to operate.
  65.  
  66.  
  67. PROGRAM INFORMATION
  68.  
  69. The program is started by issuing WCD at the DOS prompt.
  70.  
  71. Menu instructions appear on the left and a window of city information
  72. appears on the right.  Each city is identified by a three letter code
  73. which represents that city's airport code.  Some cities have several
  74. airports.  If the desired city code is known it can simply be entered at
  75. the keyboard.  If the code is not known, the window on the right can be
  76. used to relate the codes to the respective cities.  Use the scroll keys
  77. to search this window for the three letter code of the city desired.
  78. Pressing [Enter] will select the city highlighted in the window.
  79.  
  80. The distances computed are based upon the "great circle distance"
  81. between the two cities, which can be thought of as the route described
  82. by a string pulled taut between the two cities on a globe.  This
  83. represents the shortest distance between the two cities.
  84.  
  85. The distances between cities are geographically correct; but, since
  86. prevailing winds are not taken into account, the flying distances
  87. between them (that is, equivalent distance "against" and "with" the
  88. wind) is not given.  Thus the indicated flight time is based upon the
  89. grate circle distance and is the same in both directions.
  90.  
  91. Your comments and suggestions for improvements are welcomed.
  92.  
  93.  
  94.