home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / biz / demo / multi-pred / product-info < prev   
Fred Fish's Product-Info  |  1995-08-25  |  2KB  |  66 lines

  1. .name
  2. MULTI-PRED
  3. .type
  4. Game Software
  5. .short
  6. A powerful prediction tool for Lotto.
  7. .description
  8. MULTI-PRED is a powerful prediction tool for Lotto, Pools & Digit (eg 4d)
  9. systems available worldwide. You can therefore play your local system or
  10. any of the international ones such as Lotto in America, Canada, Germany,
  11. Australia, etc. The program uses an identical framework for all 3 systems
  12. but they are run completely independently so that any number of them can
  13. be used simultaneously. All records, updates, number predictions, bets
  14. and results are stored separately and can be sent to the printer at any
  15. time.
  16. .author
  17. JOE TAYLOR
  18. .restrictions
  19. Lotto is completely functional but is limited to 20 bets (too small
  20. for high odds games).  Pools, and Digit have been by-passed.
  21. .distribution
  22. Copyrighted but Freely Redistributable
  23. .price
  24. $20 (US)
  25. .address
  26. Rm18, 19/1 Soi Samanchan
  27. Sukhumvit 42
  28. Bangkok  10110
  29. Thailand
  30. .docs
  31. _manual_
  32. manual/auto_help
  33. manual/bets_help
  34. manual/data_help
  35. manual/game_help
  36. manual/graph_help
  37. manual/group_agreement
  38. manual/group_help
  39. manual/group_rules
  40. manual/main_help
  41. manual/manual_text
  42. manual/pred_help
  43. manual/result_help
  44. manual/pred_help
  45. manual/result_help
  46. manual/template_help
  47. .described-by
  48. Richard Fish (rjf@amigalib.com)
  49. .submittal
  50. Submitted on disk directly by the author.
  51. .aminet-dir
  52. biz/demo
  53. .execute
  54. LAB Start
  55. set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "Run Program" "Cancel"`
  56. if $choice GT "0"
  57.   if $choice EQ "1"
  58.     wbrun _manual_
  59.   else
  60.     if $choice EQ "2"
  61.       multi-pred
  62.     endif
  63.   endif
  64.   skip Start BACK
  65. endif
  66.