home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-21 | 971 b | 49 lines |
- .name
- BarTender
- .type
- Database
- .aminet-dir
- biz/dbase
- .short
- Database of alcholic drinks
- .description
- Includes a GUI frontend for a 1000 drink database. Searchable from
- a listview gadget or from a string gadget (best match). Lists the
- ingredients required, preparation instructions and will print to the
- printer if requested. The Database is in english, and includes all the
- old stand-bys as well as some weird one's. Your liver will thank you!
- (okay, maybe not).
- .version
- 1.1
- .author
- Mike Nelson
- .requirements
- Requires OS2.04+
- .distribution
- Giftware
- .address
- PO BOX 53
- Sarnia, Ontario
- CANADA N7T 7H8
- .email
- m.nelson34@genie.geis.com
- .docs
- BarTender.doc
- .described-by
- Richard Fish
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "BarTender" "Please select an option" "View Doc" "Run Program" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool BarTender.doc TEXT
- endif
-
- if $choice EQ "2"
- BarTender
- endif
-