home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 2 #3 / The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso / mic20050 / readme.doc < prev    next >
Text File  |  1989-12-18  |  4KB  |  80 lines

  1. README.DOC FOR TRY MICROSOFT QUICKBASIC 4.50, DECEMBER 1989
  2.  
  3. This "Try QuickBASIC 4.50" package contains a working model of standard
  4. Microsoft QuickBASIC 4.50.  Features that allow you to load and save
  5. your programs, or compile executable files have been disabled. Everything else
  6. is there; all the power, all the fun! Use "Try QuickBASIC" to test drive
  7. our impressive QuickBASIC programming environment.  We think you'll be pleased.
  8.  
  9. Microsoft QuickBASIC is the fastest way to learn how to program in a modern,
  10. structured way. This BASIC is a quantum leap beyond the old GW-BASIC or BASICA
  11. that came with your PC.
  12.  
  13. You enter, run, edit, and debug your programs in a user-friendly and efficient
  14. environment. Context-senstive online Help from the Microsoft QuickBASIC Advisor
  15. is only a keystroke or mouse click away.  Just put your cursor on the keyword
  16. you need help with. Press F1 or click the right mouse button. The help you need
  17. appears instantly. Of course, more general Help is also available from the Help
  18. menu.
  19.  
  20. You are welcome to copy this package for your friends and customers as long as
  21. you comply with the copyright and non-warranty notices in the program.  "Try
  22. QuickBASIC" is also available on CompuServe and GEnie.
  23.  
  24. You may receive "Try QuickBASIC" in one of two forms. If you receive
  25. "Try QuickBASIC" as a copy of the original distribution diskette, you get
  26. all the files you need, organized as follows:
  27.  
  28.     README.DOC      This information
  29.     TRYQB.EXE       Microsoft "Try QuickBASIC" program
  30.     QB45*.HLP       Three files with all the help you will need
  31.     EXAMPLES\       Subdirectory that contains the following sample BASIC
  32.                     programs that you can load, run and modify:
  33.         DEMO1.BAS      Sound effects for BASICA/GW-BASIC
  34.         DEMO2.BAS      Sound effects for QuickBASIC 2
  35.         DEMO3.BAS      Sound effects for QuickBASIC 4.50
  36.         SORTDEMO.BAS   Sort demonstration
  37.         TORUS.BAS      Draws a colorful rotating torus
  38.         QCARDS.BAS     Small card file
  39.         QCARDS.DAT     Card file data
  40.         BALLPSET.BAS   Bouncing ball using PSET
  41.         BALLXOR.BAS    Bouncing ball using XOR
  42.         BAR.BAS        Bar chart
  43.         CAL.BAS        Perpetual calendar
  44.         CHECK.BAS      Checkbook program
  45.         COLORS.BAS     Color and palette demo
  46.         CUBE.BAS       Animated cube
  47.         EDPAT.BAS      Pattern editor
  48.         ENTAB.BAS      Replace tabs with spaces
  49.         FLPT.BAS       Display floating-point numbers
  50.         MANDEL.BAS     Plots values in a Mandlebrot set
  51.         PALETTE.BAS    Palette changing demo
  52.         PLOTTER.BAS    Draws lines using cursor keys
  53.         SEARCH.BAS     Performs string search in a file
  54.         SINEWAVE.BAS   Draws sine wave on screen
  55.         TERMINAL.BAS   Terminal emulator
  56.         WHEREIS.BAS    Locates files on disk
  57.     QBEXPRES\       Subdirectory containing the following online tutorial
  58.                      files:
  59.         LEARN.COM
  60.         BX.PGM
  61.         QBCBT.CTX
  62.         QBCBT.SCN
  63.         QBCBT.SOB
  64.  
  65. If you have DOS 3.2 or later, you can copy the entire diskette, subdirectories
  66. and all, to a TRYQB directory on your hard disk using the following command
  67. line:
  68.  
  69.        XCOPY A:\*.* C:\TRYQB\*.* /S
  70.  
  71. If you receive "Try QuickBASIC" from a bulletin board, it will probably be
  72. compressed into an archive using one of the popular file compression and
  73. archiving utilities.  The files may unpack to a single directory.
  74.  
  75. Regardless of how you get "Try QuickBASIC", find the directory where
  76. LEARN.COM is located. Type LEARN and press Enter to start the online tutorial.
  77.  
  78. To start "Try QuickBASIC", find the directory where TRYQB.EXE is located.
  79. Type TRYQB and press Enter.
  80.