home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / biz / dbase / routeplanner / product-info < prev    next >
Fred Fish's Product-Info  |  1995-09-26  |  2KB  |  87 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. RoutePlanner
  6. .type
  7. Database
  8. .short
  9. Highway trip planner
  10. .description
  11. RoutePlanner is an update to Jim Butterfield's RoadRoute program. The
  12. following enhancements have been made:
  13.  
  14. · A graphic user interface has been added, using Stefan Stuntz's MUI
  15.   system.
  16.  
  17. · The program now incorporates fuel consumption data as part of its output.
  18.  
  19. · Highway classifications have been added. You can adjust the master speed
  20.   values for each classification, depending on your driving habits. *
  21.  
  22. · You may choose up to 20 intermediate cities on your route, making
  23.   realistic "round trips" possible.
  24.  
  25. · Named map files can be loaded using extended selection, double-clicking
  26.   on map file icons, or on the command line.
  27.  
  28. · Includes comprehensive documentation, supplemental utilities, and two
  29.   map files, designed for small and large machines.
  30.  
  31. · Notification of crossing state lines, and arriving in intermediate
  32.   cities.
  33.  
  34. Best of all, you can use your existing RoadRoute database files with
  35. RoutePlanner.  Simply use the included "RouteConv" utility to import
  36. the basic structure, then use "RouteEdit" to add any necessary highway
  37. classification data.
  38.  
  39. * Requires enhanced databases.
  40. .version
  41. 1.4a
  42. .date
  43. 1994.07.08
  44. .author
  45. Chris Lawrence, based on work by Jim Butterfield
  46. .requirements
  47. Requires OS 2.x, MUI 2.2+, 1.5Mb+ memory
  48. .distribution
  49. Freeware, (RoutePlanner, RouteConv)
  50. Shareware, (RouteEdit)
  51. .price
  52. $10 (US)
  53. .address
  54. 3975 Muirfield Drive
  55. Memphis, Tennessee 38125-2505
  56. .email
  57. lawrencn@vdospk.com
  58. .docs
  59. Readme
  60. RoutePlanner.readme
  61. RoutePlanner.guide
  62. .described-by
  63. Dan Fish (daf@starfish.amigalib.com)
  64. .submittal
  65. Downloaded via ftp from wuarchive.wustl.edu.
  66. .execute
  67. set choice `RequestChoice "RoutePlanner" "Please select an option" "View ReadMe" "View Guide" "Run Program" "Cancel"`
  68.  
  69. if $choice EQ "0"
  70.   quit 5
  71. endif
  72.  
  73. if $choice EQ "1"
  74.   MetaTool RoutePlanner.readme TEXT
  75. endif
  76.  
  77. if $choice EQ "2"
  78.   MetaTool RoutePlanner.guide GUIDE
  79. endif
  80.  
  81. if $choice EQ "3"
  82.   run >nil: RequestChoice "Advice!" "This will take several seconds*Nwhile the map file loads..." "OK"
  83.   RoutePlanner NorthAmerica.route
  84. endif
  85. .aminet-dir
  86. biz/dbase
  87.