home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / comm / mail / amiqwk / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-09-27  |  1.4 KB  |  77 lines

  1. .name
  2. AmiQWK
  3. .aminet-dir
  4. comm/mail
  5. .type
  6. Communications
  7. .short
  8. QWKMail format offline message system
  9. .description
  10. QWKMail format offline message system.  Allows reading of
  11. QWKMail format offline message packets popular with many
  12. bulletin board systems (BBSes).  Replies can be edited using
  13. any text editor and packed for transfer at a later time.
  14. AmiQWK has been tested with many QWKMail systems for IBM and
  15. Amiga based BBSes.
  16. .version
  17. 2.9
  18. .date
  19. 1995.03.07
  20. .author
  21. Jim Dawson
  22. .requirements
  23. Requires Workbench 2.04 or higher
  24. .reference
  25. GoldFish-Vol2-1/Files/comm/bbs/AmiQWK/
  26. 2.6
  27. FreshFish-Jul94:New/comm/bbs/AmiQWK/
  28. 2.4
  29. AmigaLibDisk946:AmiQWK/
  30. 2.2
  31. GoldFish2-Apr94:d9xx/d946/AmiQWK/
  32. 2.2
  33. FreshFish-Dec93:New/AmigaLibDisks/Disk946/AmiQWK/
  34. ?.?
  35. FreshFish-Dec93:Old/AmigaLibDisks/Disks900-919/Disk907/AmiQWK/
  36. ?.?
  37. FreshFish-Oct93:Old/AmigaLibDisks/Disks900-910/Disk907/AmiQWK/
  38. ?.?
  39. GoldFish2-Apr94:d9xx/d907/AmiQWK/
  40. 2.1.0
  41. AmigaLibDisk907:AmiQWK/
  42. R2V1.0
  43. .distribution
  44. Freeware
  45. .address
  46. 509 S. Madison St.
  47. Marion, IL. 62959
  48. USA
  49. .email
  50. jim_dawson@hguild.com
  51. .docs
  52. AmiQWK.doc
  53. AmiQWK.guide
  54. .described-by
  55. Richard Fish
  56. .submittal
  57. Downloaded via ftp from wuarchive.wustl.edu.
  58. .execute
  59. set choice `RequestChoice "AmiQWK" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  60.  
  61. if $choice EQ "0"
  62.   quit 5
  63. endif
  64.  
  65. if $choice EQ "1"
  66.   MetaTool AmiQWK.doc TEXT
  67. endif
  68.  
  69. if $choice EQ "2"
  70.   MetaTool AmiQWK.guide GUIDE
  71. endif
  72.  
  73. if $choice EQ "3"
  74.   assign libs: libs/ ADD
  75.   AmiQWK
  76. endif
  77.