home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / biz / dbase / bartender / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-21  |  971 b   |  49 lines

  1. .name
  2. BarTender
  3. .type
  4. Database
  5. .aminet-dir
  6. biz/dbase
  7. .short
  8. Database of alcholic drinks
  9. .description
  10. Includes a GUI frontend for a 1000 drink database. Searchable from
  11. a listview gadget or from a string gadget (best match). Lists the
  12. ingredients required, preparation instructions and will print to the
  13. printer if requested. The Database is in english, and includes all the
  14. old stand-bys as well as some weird one's.  Your liver will thank you!
  15. (okay, maybe not).
  16. .version
  17. 1.1
  18. .author
  19. Mike Nelson
  20. .requirements
  21. Requires OS2.04+
  22. .distribution
  23. Giftware
  24. .address
  25. PO BOX 53
  26. Sarnia, Ontario
  27. CANADA  N7T 7H8
  28. .email
  29. m.nelson34@genie.geis.com
  30. .docs
  31. BarTender.doc
  32. .described-by
  33. Richard Fish
  34. .submittal
  35. Downloaded via ftp from wuarchive.wustl.edu.
  36. .execute
  37. set choice `RequestChoice "BarTender" "Please select an option" "View Doc" "Run Program" "Cancel"`
  38. if $choice EQ "0"
  39.   quit 5
  40. endif
  41.  
  42. if $choice EQ "1"
  43.   MetaTool BarTender.doc TEXT
  44. endif
  45.  
  46. if $choice EQ "2"
  47.   BarTender
  48. endif
  49.