home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / misc / sci / cp101a / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-13  |  1KB  |  54 lines

  1. .name
  2. CP101A
  3. .fullname
  4. Cybernetic Physician
  5. .type
  6. Application Software
  7. .short
  8. Attempts to diagnose illness & injury
  9. .description
  10. Cybernetic Physician is an artificial intelligence expert system, with
  11. inference engine and medical knowledge base.  Intended for home use,
  12. and using non-technical terms, this program attempts to diagnose illness
  13. and injury by the user's responses to simple questions.  "Not intended to
  14. replace the services of a qualified physician."  This is a full working
  15. shareware evaluation version, with a small, but useful subset of the
  16. entire knowledge base.
  17. .version
  18. 1.01A
  19. .author
  20. Satori Publishing
  21. .requirements
  22. WB1.3+
  23. .distribution
  24. Shareware
  25. .price
  26. $14.95 (USD)
  27. .address
  28. PO Box 8566
  29. Michigan City, IN  46361
  30. .email
  31. dunewalker@genie.geis.com
  32. .docs
  33. ReadMe.txt
  34. .described-by
  35. Richard Fish
  36. .submittal
  37. Submitted on disk directly by the author.
  38. .aminet-dir
  39. misc/sci
  40. .execute
  41. set choice `RequestChoice "Cybernetic Physician" "Please select an option" "View Doc" "Run Program" "Cancel"`
  42.  
  43. if $choice EQ "0"
  44.   quit 5
  45. endif
  46.  
  47. if $choice EQ "1"
  48.   MetaTool ReadMe.txt TEXT
  49. endif
  50.  
  51. if $choice EQ "2"
  52.   CyberneticPhysician_v1.01
  53. endif
  54.