home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / comm / bbs / eazybbs / product-info < prev    next >
Encoding:
Text File  |  1995-09-27  |  799 b   |  39 lines

  1. .name
  2. EazyBBS
  3. .author
  4. Andreas M Kirchwitz
  5. .email
  6. amk@zikzak.in-berlin.de
  7. .version
  8. 2.21
  9. .reference
  10. FFMCD01:New/comm/EazyBBS/
  11. 2.11
  12. .description
  13. A Bulletin Board System (aka Mailbox) with UUCP Network support.  Online
  14. help, very easy to use for sysops and users.  Fullscreen oriented input
  15. masks, batch-upload and download.  Up to 9 languages.  Requires AmigaOS
  16. 2.0+.  Currently has only german documentation.
  17. .described-by
  18. Richard Fish
  19. .submittal
  20. Downloaded via ftp from wuarchive.wustl.edu
  21. .short
  22. A BBS with UUCP network support.
  23. .aminet-dir
  24. comm/bbs
  25. .execute
  26. set choice `RequestChoice "EazyBBS" "Please select an option" "View Readme" "View Doc" "Cancel"`
  27.  
  28. if $choice EQ "0"
  29.   quit 5
  30. endif
  31.  
  32. if $choice EQ "1"
  33.   MetaTool EazyBBS-2.21.readme TEXT
  34. endif
  35.  
  36. if $choice EQ "2"
  37.   MetaTool README TEXT
  38. endif
  39.