home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / misc / math / makers / product-info < prev    next >
Text File  |  1995-10-12  |  1KB  |  54 lines

  1. .name
  2. Makers
  3. .type
  4. Mathematical History/Biography
  5. .short
  6. Bio sketches of famous mathematicians
  7. .description
  8. This program contains brief biographical sketches of famous mathematicians
  9. in book form. In particular, it is a Hyperbook application and is
  10. self-contained. The HBBrowser program is included so no additional files are
  11. required to run the application.
  12. .version
  13. 1.5
  14. .date
  15. 1993.05.01 (May 1, 1993)
  16. .author
  17. Carmen Artino
  18. .restrictions
  19. None
  20. .requirements
  21. Any 680x0 processor, WB1.3 or later.
  22. .distribution
  23. Freeware
  24. .address
  25. P.O. Box 43
  26. Guilderland, NY 12084
  27. .email
  28. artinoc@rosnet.strose.edu
  29. .tested
  30. Amiga 500, Amiga 2000, Amiga 3000, and Amiga 4000 under WB1.3 and later.
  31. .docs
  32. Readme file in archive; How-to-use contained within program.
  33. .submittal
  34. Submitted on disk directly by the Author.
  35. .aminet-dir
  36. misc/math
  37. .execute
  38. set choice `RequestChoice "Makers" "Please select an option" "View Doc" "Run Program" "Cancel"`
  39.  
  40. if $choice EQ "0"
  41.   quit 5
  42. endif
  43.  
  44. if $choice EQ "1"
  45.   MetaTool Makers.readme TEXT
  46. endif
  47.  
  48. if $choice EQ "2"
  49.   assign Makers: ""
  50.   assign fonts: fonts/ ADD
  51.   HBBrowser Makers
  52.   RequestChoice "Makers" "This will take several seconds to load" "OK"
  53. endif
  54.