home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / BASIC / QBPACKET / QBPACKET.DOC < prev   
Text File  |  1993-12-01  |  2KB  |  51 lines

  1. ******************************* QBPACKET DOC *********************************
  2. Page 1
  3.  
  4.         QBPacket is a simple collection of the programs that I have written
  5. from August 1991 to April 1992.  There are nine programs in this collection.
  6. No special hardware is needed to run them, except a speaker, and no special
  7. software, either, except for MS-DOS QBASIC, which comes with MS-DOS 5.0.
  8.         If you are missing one or more of the following files, then you have
  9. downloaded an incomplete copy!  So make sure you have all nine of these BASIC
  10. programs:
  11.  
  12.                 MUSIC.BAS..........Plays music on your PC speaker (22 songs)
  13.                 FRACTALS.BAS.......Draws fractals on your CGA or EGA screen
  14.                 NETPAY.BAS.........Figures out net pay per week
  15.                 BASES.BAS..........Converts decimal to hex, oct, bin, and back
  16.                 EXPENSE2.BAS.......Figures out expenses (v. 2)
  17.                 PRIME2.BAS.........Tells if a number is prime or not (v. 2)
  18.                 ARITHMET.BAS.......Performs arithmetic - do homework easy!
  19.                 METRIC.BAS.........Coverts US format to Metric system
  20.                 LOAN2.BAS..........Figures out monthly payments (v. 2)
  21.  
  22.         To run any of these programs type at the dos prompt:
  23.  
  24.                 QBASIC /RUN <filename.ext>
  25.  
  26.         To see the listing of a particular program, type at the dos prompt
  27. the command above, except leave out the /RUN switch.  For example, type
  28.  
  29.                 QBASIC /RUN FRACTALS.BAS
  30.  
  31. to run Fractals, or
  32.  
  33.                 QBASIC FRACTALS.BAS
  34.  
  35. to see the listing for Fractals.
  36.  
  37.         Now here comes the part you've all been waiting for: if you like my
  38. programs enough to send a contribution (fat chance of that, but what the
  39. heck?), YOU DON'T HAVE TO BOTHER!  However, if you send me money anyway, I
  40. won't return it (grin).  You are also entitled to send me questions, comments,
  41. complaints (of bugs or whatever), and suggestions to me at:
  42.  
  43.                         Ian D. Moss
  44.                         14 Hosmer St.
  45.                         Watertown, MA 02172
  46.  
  47.         Thank you for downloading my programs.
  48.  
  49.                              --* End of Text *--
  50.  
  51.