home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / misc / math / dqua / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-12  |  660 b   |  46 lines

  1. .name
  2. DQua
  3. .type
  4. Math Tool
  5. .short
  6. A simple quadratic equation solver
  7. .description
  8. A simple quadratic equation solver
  9. .version
  10. 1.2
  11. .author
  12. Lee Kindness
  13. .requirements
  14. WB2+
  15. .distribution
  16. Copyrighted but Freely Redistributable
  17. .address
  18. Lee Kindness
  19. 8 Craigmarn Road
  20. Portlethen Village
  21. Aberdeen AB1 4QR
  22. SCOTLAND
  23. .docs
  24. Distribution.doc
  25. DQua.doc
  26. .described-by
  27. Richard Fish
  28. .submittal
  29. Submitted on disk directly by the author.
  30. .aminet-dir
  31. misc/math
  32. .execute
  33. set choice `RequestChoice "DQua" "Please select an option" "View Doc" "Run Program" "Cancel"`
  34.  
  35. if $choice EQ "0"
  36.   quit 5
  37. endif
  38.  
  39. if $choice EQ "1"
  40.   MetaTool DQua.doc TEXT
  41. endif
  42.  
  43. if $choice EQ "2"
  44.   DQua
  45. endif
  46.