home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / science / m-mst301.arj / MATHMAST.DOC < prev    next >
Text File  |  1991-08-26  |  9KB  |  449 lines

  1.  
  2.            _      ___   _____  ____   _____                      _____    ___
  3.   |   |   / \    /   \    |   |      |  () )        |    |  /\  | ()  )  |
  4.   |\_/|  |   |    \       |   |--    |   /    ____  |    | |  | |    /   |__
  5.   |   |  |---|     |      |   |      | | \   |____| | /\ | |--| | |\ \   |
  6.   |   |  |   | \___/      |   +----  |_|\_\         |/  \| |  | |_| \_\  |___
  7.  
  8.  
  9.  ______   _______    ______     ______   ______   __    ___    _____    _______
  10. |      \ |       |  |  ____|  /     __] |   __|  |  \  |   |  |     | / /----\_\
  11. | ( )  | |  ( )_/   | |        \   \    |  |     |   \ |   |   -- --   \ \
  12. |  ___/  |    \     | |__       \   |   |  |__   |    \|   |    | |      \ \
  13. | |      | |\  \    |  __|  ____/   |   |   __|  |  |\     |    | |       \ \
  14. | |      | | \  \   | |____ |      /    |  |__   |  | \    |    | |        | |
  15. |_|      |_|  \__\  |______||_____/     |_____|  |__|  |___|    |_| /\ ___/ /
  16.                                                                     \ -----
  17.  
  18.                  _   _____                  _     __  _____  ____  _____
  19.          |   |  / \    |   |  |     |   |  / \   /  \   |   |     |  o _)
  20.          |\_/| |---|   |   |--| ==  |\_/| |---|   \     |   |---  |   /
  21.          |   | |   |   |   |  |     |   | |   | \__/    |   |____ |_|\_\
  22. ---------------------------------------------------------------------------
  23. Table of Contents
  24. -----------------
  25.  
  26.  
  27.  
  28.  
  29. Introduction...............................................................1
  30.  
  31. Copyright and Disclaimer...................................................2
  32.  
  33. Setting up Configuration...................................................3
  34.  
  35. Beginners Guide to setting up MathMaster...................................4
  36.  
  37. Registration...............................................................5
  38.  
  39. Contacting the Author......................................................6
  40.                
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  Introduction
  68. -------------
  69.  
  70.              MathMaster v3.01 is a Math Tutorial Program, that helps
  71.             ages 8 and up practice, Addition, Multiplication, Division
  72.             and Subtraction, written using Quickbasic v4.5.
  73.  
  74.             I wrote this to be educational and to be fun while they
  75.             use it. This is one of the first programs(not the first
  76.             version) I wrote, orginally written on the C-64.
  77.  
  78.            When I got this Leading Edge Model D2,I proceded to convert
  79.           the C-64 Version over to the IBM PC/AT Compatible. Time went
  80.           by and I lost the Commodore 64 source. I want to thank all
  81.           those who have helped me,by making comments about my previous
  82.           versions. They are too many to name,so I thank them all.
  83.           (They know who they are.)
  84.  
  85.  
  86.           Now I bet you are asking is what makes this program
  87.          different enough to warrant the time to take look at it.
  88.          Well, I will tell you. Most programs have the cursor move
  89.          from the right to left. I wanted MathMaster to be different,
  90.          while teaching the person the correct way to do math.
  91.  
  92.           When the person does a problem. Instead of the cursor
  93.          going left to right,it goes right to left. (Except the
  94.          Division problems.)
  95.  
  96.  
  97.           This program is Copyrighted 1990,1991 James Frazee.
  98.  
  99.         Help support shareware by registering this software if you plan
  100.       to use this longer than 30 days. (See Page #5 for more information
  101.       on how to register this fine program.)
  102.  
  103.  
  104.     This version of Math Master will only work on 80286 or better machines. 
  105.     The reason for this is that I used a Assembly rountine to improve the  
  106.     program tremonously,but the trade off is loosing the people who have 
  107.     the IBM XT Compatibles. If you rather have the lower quality graphics 
  108.     and the ability of auto-detecting the video adapter, then I will. 
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.                                     Page 1
  132.  
  133.  
  134.  
  135.  
  136.  Copyright, Disclaimer, etc.
  137.  ----------------------------
  138.  
  139.              MathMaster is Copyrighted 1990,1991 by James Frazee.
  140.  
  141.                I give you permission to use this program, and
  142.              distribute it freely in unmodified form with all
  143.              the documentation.
  144.  
  145.               I make no claims about this program. I have done
  146.              everything that I know to keep your system safe. I have
  147.              tested the program with no problems.
  148.  
  149.  
  150.              I also have not added anything that would harm your system in
  151.             anyway. If you find a copy of this program infected with a virus,
  152.             I recommend to use the latest version of Scan. (Which can be found
  153.             on many Electronic Bulletin Boards.
  154.  
  155.  
  156.  
  157.              Also let whoever you got the file from know so he will not 
  158.              Infect his/her users.
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.                                  Page 2
  198.  
  199.  
  200.  
  201.  
  202.  Setting up the configuration
  203.  ----------------------------
  204.  
  205.              Within this compressed file should be the file MMASTER.CFG, if
  206.              not INSTALL.EXE can create one.
  207.  
  208.              Example of MMASTER.CFG
  209.  
  210.              JOHN DOE
  211.              0
  212.              
  213.  
  214.  
  215. Line #1 is your first and last name.
  216.  
  217. Line #2 is where your registration code goes. When you receive your
  218. registration code from me, after you register this.
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.   
  231.  
  232.  
  233.  
  234.    For more information on INSTALL.EXE ,just check the file INSTALL.DOC     
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.                               Page 3
  263.  
  264.  
  265.  
  266.  Beginners' guide to installing MathMaster
  267. ---------------------------------------------
  268.  
  269. This section here is to help those who are new to computers.
  270.  
  271. This program does not take a lot of room, so it will fit on
  272. a 360k DS/DD Disk easily.
  273.  
  274.  
  275. Installing it to a floppy
  276. ---------------------------------
  277. #1 Copy all the file to your formatted floppy.
  278.  
  279. #2  Type MathMast at the DOS Prompt
  280.  
  281.  
  282.  
  283.  Math Master now detects the kind of adapter you are using and adjusts 
  284.  automatically.
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.            
  294.                                           
  295.  
  296.  
  297.  
  298.  
  299. Also you can use INSTALL.EXE which is include with this version of
  300. MathMaster.
  301. (information on that is below.)
  302.  
  303.  How to installing Math Master on a hard drive. 
  304.  -----------------------------------------------
  305. Installing it on your Hard Drive is as easy as installing it on a floppy
  306. disk. I wrote MathMaster, so it can fit anywhere on your Hard Drive
  307. with no problem of it working.
  308.  
  309. The subdirectory name is just a name I chose. Just place the name you want the
  310. sub-directory in place of the one I suggest.
  311.  
  312. #1, Make a Sub-directory called MST301 by typing at your Dos prompt:
  313.  
  314. MD MST301
  315.  
  316. #2 Copy all the files from the source disk to the directory you just made.
  317.  
  318. Read #2 of installing it to a floppy.
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.         
  329.  
  330.                                 Page 4
  331.  
  332.  
  333.  
  334.  
  335.    Registration
  336.   ----------------
  337.                 This program is not Public Domain but Shareware.
  338.  
  339.              This means that you must register this software if
  340.             you plan to use it, more than the trial period of 30
  341.             days.
  342.  
  343.                 If you feel that MathMaster is not worth the $5.00
  344.              (USA Currency), then after thirty days have passed, you
  345.              MUST quit using it.
  346.  
  347.                  The author has been hours upon hours of work to make this
  348.              program. Show him that you like the work he was done but 
  349.              registering your copy.
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.                                  PAGE 5
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  Contact the Author
  406.  ------------------
  407.              You can contact the author of this product, through either of
  408.              these places listed below. Comments are welcome.
  409.  
  410.                        **************************
  411.                        **    Postal Address    **
  412.                        **----------------------**
  413.                        ** M a s t e r - W a r e**
  414.                        **    P.O. Box 1543     **
  415.                        **Granite Falls,Wa 98252**
  416.                        **************************                                                             (206) 691-5042
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.                                   PAGE 6 
  449.