home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / e / stderr / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-03  |  1KB  |  56 lines

  1. .name
  2. StdErr
  3. .type
  4. Programming Tool
  5. .aminet-dir
  6. dev/e
  7. .short
  8. A Standard Error Port for Amiga E
  9. .description
  10. StdErr.m provides Amiga E users with an easy-to-use standard
  11. error port for their Amiga E programs.  The module is fairly
  12. intelligent, handling things with a kind of grace and ease
  13. anyone could hope for.  You almost cannot foul the use of
  14. this program module up (almost).
  15. .version
  16. 3.2
  17. .author
  18. Trey Van Riper
  19. .reference
  20. FreshFish-Nov94:New/dev/e/StdErr
  21. 3.0
  22. .requirements
  23. Amiga E v3.0+
  24. .distribution
  25. Freeware
  26. .address
  27. 19-A Dortch Ave.
  28. Asheville, NC 28801
  29. USA
  30. .email
  31. jvanriper@uncavx.unca.edu
  32. vanriper@cs.unca.edu
  33. jvanripe@nox.cs.du.edu
  34. .docs
  35. StdErr.3.2.readme
  36. Change.txt
  37. StdErr.DOC
  38. .described-by
  39. Dan Fish (daf@daffy.amigalib.com)
  40. .submittal
  41. Downloaded via ftp from Aminet.
  42. .execute
  43. set choice `RequestChoice "StdErr" "Please select an option" "View Readme" "View Doc" "Cancel"`
  44.  
  45. if $choice EQ "0"
  46.   quit 5
  47. endif
  48.  
  49. if $choice EQ "1"
  50.   MetaTool StdErr3.2.readme TEXT
  51. endif
  52.  
  53. if $choice EQ "2"
  54.   MetaTool StdErr.DOC TEXT
  55. endif
  56.