home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / educ / amhist.zip / README.TXT < prev    next >
Text File  |  1985-10-13  |  8KB  |  172 lines

  1.                              FREE SOFTWARE
  2.  
  3.      Enclosed  is a package that Mypro Inc.  has
  4. released  into Public Domain.  This program is an old  favorites
  5. that  have been converted to the IBM-PC,  then polished by  our  pupils.
  6. Presentation  (How  you see the program) is 90% of the value of  a  good
  7. program  and presentation is what they are graded on.  I hope you  enjoy
  8. it.  Although  the  programs are free  and you are encouraged to  give
  9. them  away.  If you wish a copy from Mypro Inc there is a $10 charge  to
  10. cover expenses, copying, handling and postage. Sorry.
  11.  
  12. HISTORY
  13.  
  14.      A  well presented educational game,  which teaches American History
  15. whilst having fun.  There are 7 periods of history covered and 4 periods
  16. left open for you to use on each disk,  each period having 25 questions.
  17. You travel back in time,  then have an adventure trying to return to the
  18. present. Winning and losing gold, getting trapped in time warps, etc.
  19.  
  20.      Questions can be changed or new questions added at anytime, without
  21. going into the program code.  This is achieved by a second program which
  22. generates  a Data file.  Instructions for this program are contained  on
  23. the Disk. There is no end to the possible uses of this program.
  24.  
  25.  
  26.  
  27.  
  28.                            SOFTWARE FOR SALE
  29.  
  30. Routines in Basic.
  31.  
  32.      This disk was originally designed as a teaching tool for our pupils.
  33. To reduce a 1 year Basic language course down to 2 1/2 months. It worked
  34. so well and was used to write most of the programs in the  FREE SOFTWARE
  35. that  we  decided  to sell it.   For the beginner it can be  a  valuable
  36. learning tool.  For the programmer,  it reduces the time needed to write
  37. programs considerably.   The disk contains 40 routines written in IBM-PC
  38. basic  for use with the Monochone Monitor but most of the routines  will
  39. work with the color board.  There are also included a number of valuable
  40. machine  language  utilities and batch files.  It comes with a  43  page
  41. manual and you are shown how to use this disk by writing programs.
  42.  
  43. Here is a very brief description of what they will do.
  44.  
  45. Boxes     Draws any number of boxes across and down that will fit on the
  46.           screen. All this by altering four numbers.
  47. numboxes  This routine will number the boxes that have been drawn by the
  48.           above routine. No changes are required in this part.
  49. Funckeys  With  this,  you can detect if a function key has been pressed
  50.           and if so which key. This can be used to send your programs to
  51.           do special functions.
  52. Checkrit  Used  to turn a numeric dollar amount into words.  Can be used
  53.           in many home and business applications.
  54. Numeric   This  will  restrict all inputs from the keyboard  to  numeric
  55.           inputs and decimal point.  It will not allow you to enter  any
  56.           other character. Unless you change the code.
  57. A-Ninput  The  alpha  numeric input will accept any printable  character
  58.           from the keyboard including some you did not know were  there.
  59.           It detects each  individual key pressed so it can be used with
  60.           Funckeys to make your programs more User Friendly.
  61. Menus     Menus are a pain to write and consume a lot of time. There are
  62.           a  number of Menu programs to reduce the frustration and  time
  63.           required.  There are even cursor controlled menus.
  64. Menubox   Used to draw a box around the menus you create to make it look
  65.           professional.
  66. Menurun   This  ties  many smaller programs together to make  it  appear
  67.           that it is one program.
  68. Inpdate   A special routine for entering dates.  You may be surprised at
  69.           the  number  of times you are requested to Enter the  date  in
  70.           business programs.
  71. Day       This program gives the Day,  Month and date by converting  the
  72.           numeric input of Inpdate. It converts it into words and covers
  73.           all  dates  in this century but can be modified to  cover  all
  74.           dates if required.
  75. Low-Up    Converts any string into lower case.  Required when  comparing
  76.           two  strings  in  games  are business  programs.  It  is  very
  77.           annoying to type an answer to a question in a game and be told
  78.           that  my  answer is wrong because I typed in all caps  and  it
  79.           compared my answer to One in caps and lower case.
  80. Up-low    Converts any string to all Upper case. See Low-Up
  81.  
  82.  
  83. LineMes   A very handy routine when writing business programs.  It shows
  84.           you  how  to  use  special message on  the  screen  to  prompt
  85.           responses.
  86. Inpname   A  routine used in game programs to advertise your company and
  87.           ask for a Name to be entered.
  88. Yes-No    A  single  key stroke to answer Yes or No with a  return  that
  89.           allows you to detect the response.
  90. Continue  Press enter to continue routine.
  91. Man       A graphic character for a human. Used in games.
  92. Robot     Robot figure to represent the computer.
  93. Screen    Used to design Instruction screens easily
  94. NumScrn   Line  numbers a screen, generated by Screen so that it can  be
  95.           included in your program.
  96.  
  97.      These are some of the routines on this disk. There are others which
  98. you will find very useful.  Search,  In memory sort, Random access sort,
  99. Disk Sort, Color40,  Mono80, NumlocOf, NumlocOn, Lowcase, Upcase, Screen
  100. dump, Inverse Name, Ect.
  101.  
  102.      In the Machine langauge, included are.
  103.  
  104. 1)   Clear Screen for Batch files or any DOS program.
  105. 2)   Files works in DOS just the same as in Basic.
  106. 3)   Unprotect -- Unprotects a Basic program saved using the 'P' option.
  107. 4)   Look at any sector of the Disk. Handy to change or recover Data.
  108. 5)   Set up a disk by transfering the system track and basic.
  109. 6)   Auto-up will format a disk,  then transfer Basica, Format and other
  110.      programs to make a useful starting disk.
  111. 7)   Back-up formats a disk then copies all the information from another
  112.      disk onto the newly formated disk.
  113.  
  114.      Cost  $25.00 Plus $5.00 Postage and Handling.  California residents
  115. include 6% sales tax.
  116.  
  117.      We  are transpossing many of these routines into 'Pascal' and  'C'.
  118. Together with many other functions and screen attributes. They should be
  119. available by  September 1983.  If you are interested, drop us a line and
  120. we will inform you when ready.
  121.  
  122. Behavior
  123.  
  124.      This program, is designed, to change your  behavioral patterns.  It
  125. covers five Patterns that most people wish to change.
  126.  
  127. 1)   Reduce hyper-tension, thus reducing blood pressure.
  128. 2)   Stop smoking the easy way.
  129. 3)   Lose Weight -- This gives you the willpower.
  130. 4)   Assertiveness training  -- Personal
  131. 5)   Assertiveness training  -- Management.
  132.  
  133.      Changing the  behavioral pattern  is achieved by  using  subliminal
  134. suggestions. A form of self hypnosis. This worked on me.
  135.  
  136. Cost  $35  Plus $5 for Postage & Handling.  California residents include
  137. 6% sales tax.
  138. Mypro Casino.
  139.  
  140.      This  is a beautifully presented series of gambling games with lots
  141. of graphics.  Blackjack,  Craps, One arm bandit, Faro, Wheel of fortune,
  142. Roulette,  Draw Poker, Baccarat, Four Card Monte and Keno.
  143.  
  144.      The  games are played by the Vegas Rules and are  fully  explained.
  145. You should enjoy this disk.
  146.  
  147. Cost $20.  Plus $5 for postage & Handling.  California residents include
  148. 6% sales tax.
  149.  
  150. Card file.
  151.  
  152.      This  is  a simple in memery Data Base.  Simple but very  powerful,
  153. uses Alpha-Numeric,  Numeric only, Compute (will calculate a field using
  154. another field and a constant or using two fields.). It has :-
  155.  
  156.      Add  to the end of file
  157.  
  158.      Find an expression in a field.
  159.  
  160.      Total a Numeric field.
  161.  
  162.      Sort by any field.
  163.  
  164.      Print reports.
  165.  
  166.      This  is being used by many Clubs and Churchs to gernerate  Mailing
  167. lists,  Record  Dues paid  and out standing.  Personal  use,  Reciepies,
  168. Inventory of books, Records, Magazine articals.
  169.  
  170. Cost  $20 Plus $5 Postage & Handling.  California residents  include  6%
  171. Sales tax.
  172.