home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l190 / 4.ddi / PACKING.LST < prev    next >
Encoding:
File List  |  1988-09-27  |  12.6 KB  |  347 lines

  1.  
  2.         Disk Contents for the MICROSOFT(R) QuickBASIC Compiler
  3.           Version 4.50 for IBM(R) Personal Computers
  4.                   and Compatibles
  5.  
  6.           (C) Copyright    Microsoft Corporation, 1988
  7.  
  8. THIS FILE GIVES    A COMPLETE LIST    OF ALL FILES AND DIRECTORIES ON    THE FIVE
  9. DISTRIBUTION DISKS PROVIDED WITH THIS VERSION OF QUICKBASIC.
  10.  
  11. ==< Contents of    Setup/Microsoft QB Express Disk >
  12.  
  13.   --------------------------------------------------------------------------
  14.   Important Notes
  15.   ---------------
  16.   This disk contains a number of demonstration and utility programs written
  17.   in BASIC. These files    are for    informational and recreational purposes
  18.   only,    and Microsoft makes no warranties, either expressed or implied,
  19.   as to    their suitability for specific purposes    or their correctness,
  20.   accuracy, or reliability. The    entire risk as to the results and
  21.   performance of the software is assumed by you.
  22.  
  23.   All programs ending with the .BAS extension are QuickBASIC source files.
  24.   Programs with    an asterisk (*)    next to    their names require a color-graphics
  25.   adapter to run.
  26.   --------------------------------------------------------------------------
  27.  
  28.  
  29.   FILE            DESCRIPTION
  30.   ----            ----------------------------------------------------
  31.  
  32.   BX.PGM        File used for QB Express when you run LEARN.COM
  33.  
  34.   DEMO1.BAS        A BASICA version of a sound-effects demonstration
  35.             program
  36.  
  37.   DEMO2.BAS        The QuickBASIC 2.0 version of the sound-effects
  38.             demonstration program mentioned    above
  39.  
  40.   DEMO3.BAS        The QuickBASIC 4.0 (and    higher)    version    of the
  41.             sound-effects demonstration program mentioned above
  42.  
  43.   LEARN.COM        Executable file    containing the computer-based
  44.             training program QB Express
  45.  
  46.   LEARN.PIF        A file that provides information to aid    in running
  47.             the computer-based training program QB.EXPRESS under
  48.             Microsoft Windows
  49.  
  50.   QB.BI            An include file    for use    with BASIC programs that
  51.             call any of the    following routines in the QB.QLB
  52.             Quick library or in the    QB.LIB stand-alone library:
  53.             ABSOLUTE, INTERRUPT, INTERRUPTX, INT86OLD, or
  54.             INT86XOLD.  The    QB.BI file defines the types for
  55.             arguments passed to these routines and also gives
  56.             DECLARE    statements for these routines.
  57.  
  58.   QBCBT.CTX        File used for QB Express when you run LEARN.COM
  59.  
  60.   QBCBT.SCN        File used for QB Express when you run LEARN.COM
  61.  
  62.   QBCBT.SOB        File used for QB Express when you run LEARN.COM
  63.  
  64.   QCARDS.BAS        Supplied code for the QCARDS database program used
  65.             in the Hands On    with QuickBASIC    tutorial. In Part 2
  66.             of the manual Learning to Use QuickBASIC, you add
  67.             the module-level code that completes this program.
  68.  
  69.   QCARDS.DAT        Supplied data file for the QCARDS database program.
  70.             Keep this file in the current directory    as you add
  71.             code during the    QCARDS.BAS tutorial.
  72.  
  73.   READTHIS.NOW        A file which tells the user what to do first and
  74.             where to find README.DOC and PACKING.LST.
  75.  
  76.   REMLINE.BAS        A utility program that converts    BASICA programs
  77.             saved in ASCII format to QuickBASIC-style programs
  78.             by removing unreferenced line numbers.
  79.  
  80.   SETUP.EXE        The QuickBASIC installation program. Run this
  81.             program    to install QuickBASIC on either    a hard-    or
  82.             floppy-disk system.
  83.  
  84.   SORTDEMO.BAS        A program that uses multicolored bars and sound    to
  85.             illustrate various sorting algorithms.
  86.  
  87.   TORUS.BAS*        A graphics demonstration program that draws a
  88.             multicolored doughnut-shaped figure on the screen,
  89.             then makes it appear to    rotate by shifting colors
  90.             in the palette.
  91.  
  92.   \EXAMPLES        A directory containing BASIC programs printed in the
  93.             QuickBASIC manuals, as well as other demonstration
  94.             programs.  See list of contents    for this directory
  95.             below.
  96.  
  97.  
  98. ==< Contents of \EXAMPLES directory on Setup/Microsoft QB Express Disk >
  99.  
  100.   FILE            DESCRIPTION
  101.   ----            ----------------------------------------------------
  102.  
  103.   BALLPSET.BAS*        A program that bounces a ball off the bottom and
  104.             sides of the screen by using the PSET option with
  105.             the graphics PUT statement.
  106.  
  107.   BALLXOR.BAS*        A program that bounces a ball off the bottom and
  108.             sides of the screen by using the XOR option with
  109.             the graphics PUT statement.
  110.  
  111.   BAR.BAS*        A program that turns input data    into a bar chart.
  112.  
  113.   CAL.BAS        A program that prints a    calendar for any month in
  114.             any year from 1899 to 2099.
  115.  
  116.   CHECK.BAS        A checkbook-balancing program that sorts and prints a
  117.             list of    any deposits and withdrawals input by the
  118.             user, then prints the final balance in the checking
  119.             account.
  120.  
  121.   COLORS.BAS*        A program showing all combinations of the 16 background
  122.             colors and 3 foreground    colors (distinct from the
  123.             background) in the 2 color palettes available in screen
  124.             mode 1!
  125.  
  126.   CRLF.BAS        A program that opens an    ASCII file, expands any    lines
  127.             ending with just a carriage return or a    line feed to
  128.             a carriage-return--line-feed combination, then writes
  129.             the adjusted lines to a    new file.
  130.  
  131.   CUBE.BAS*        A program that illustrates simple animation of a
  132.             cube by    using multiple screen pages in screen mode 7.
  133.  
  134.   EDPAT.BAS*        A program that allows you to edit a pattern tile
  135.             for use    in a PAINT statement.  With pattern tiles,
  136.             you can    fill any enclosed graphics area    on the screen
  137.             with a pattern.
  138.  
  139.   ENTAB.BAS        A program that compresses an ASCII file    by replacing
  140.             runs of    spaces with tab    characters.
  141.  
  142.   FILERR.BAS        A program that searches    for a string of    characters in
  143.             an ASCII file.    This program traps and handles common
  144.             file-access errors such    as the user's entering an
  145.             invalid    file name or leaving a drive door open.
  146.  
  147.   FLPT.BAS        A program that lets you    examine    the internal format
  148.             used by    BASIC to store single-precision    numbers.
  149.  
  150.   INDEX.BAS        A file I/O program that    builds and searches an index
  151.             of record numbers from a random-access data file.
  152.  
  153.   MANDEL.BAS*        A program that generates a fractal (a colorful graphic
  154.             representation of the properties of certain real
  155.             numbers) on the    screen.
  156.  
  157.   PALETTE.BAS*        A program that demonstrates how    to give    the illusion
  158.             of movement by rotating    the colors displayed by
  159.             the color attributes from 1 to 15.
  160.  
  161.   PLOTTER.BAS*        A simple line-sketching    program    that uses BASIC's
  162.             DRAW statement.
  163.  
  164.   QLBDUMP.BAS        A program that allows you to get a listing of the
  165.             PUBLIC code and    data symbols in    a QuickBASIC Quick
  166.             library.
  167.  
  168.   SEARCH.BAS        A program that searches    any disk file for a pattern
  169.             and reports every byte position    in the file where
  170.             the pattern begins.
  171.  
  172.   SINEWAVE.BAS*        A program that plots the graph of the sine-wave
  173.             function for angle values from 0 to PI (3.14159265)
  174.             radians.
  175.  
  176.   STRTONUM.BAS        A program that converts    to a numeric value any number
  177.             input as a string, after first filtering invalid
  178.             numeric    characters (such as commas) out    of the
  179.             string.
  180.  
  181.   TERMINAL.BAS        A program that turns your computer into    a "dumb"
  182.             terminal when used with    a modem.
  183.  
  184.   TOKEN.BAS        A program that breaks an input string into a series
  185.             of tokens (a string of characters delimited by
  186.             blank spaces, tabs, or punctuation marks such as
  187.             commas or semicolons).
  188.  
  189.   WHEREIS.BAS        A program that recursively searches through all
  190.             directories on a disk for the file name    input by the
  191.             user.  When WHEREIS finds the file, it prints the
  192.             complete directory path    to the file.
  193.  
  194. ==< Contents of    Program    Disk >
  195.  
  196.   FILE            DESCRIPTION
  197.   ----            -----------------------------------------------------
  198.  
  199.   QB.EXE        The Microsoft QuickBASIC program development
  200.             environment.
  201.  
  202.   QB45QCK.HLP        File containing    on-line    help information dealing with
  203.             the Microsoft QuickBASIC language.
  204.  
  205. ==< Contents of    Utilities 1 Disk >
  206.  
  207.   FILE            DESCRIPTION
  208.   ----            -----------------------------------------------------
  209.  
  210.   BC.EXE        The BASIC command-line compiler    invoked    by the Run
  211.             menu's Make EXE File command or by the bc command
  212.             from the DOS command line.
  213.  
  214.   BQLB45.LIB        The library of supporting routines that    are used when
  215.             creating Quick libraries.
  216.  
  217.   BRUN45.EXE        The QuickBASIC run-time    module;    required for running
  218.             executable files created with BRUN45.LIB.
  219.  
  220.   BRUN45.LIB        The QuickBASIC run-time-module library;    used for
  221.             creating executable files from QuickBASIC and DOS.
  222.  
  223.   QB.LIB        The stand-alone    library    containing support routines
  224.             for DOS    system calls.
  225.  
  226.   QB.QLB        The Quick library containing support routines for
  227.             DOS system calls.
  228.  
  229.   LIB.EXE        The Microsoft Library Manager; used to create
  230.             stand-alone (.LIB) libraries.
  231.  
  232.   LINK.EXE        The Microsoft Overlay Linker; used to create
  233.             executable files and Quick libraries.
  234.  
  235. ==< Contents of    Utilities 2 Disk >
  236.  
  237.   FILE            DESCRIPTION
  238.   ----            -----------------------------------------------------
  239.   BCOM45.LIB        The QuickBASIC alternate run-time-module library;
  240.             used for creating executable files from    QuickBASIC
  241.             and DOS    (files created with this library do not
  242.             require    BRUN45.EXE to run).
  243.  
  244.   FIXSHIFT.COM        A terminate-and-stay-resident program that fixes a bug
  245.             in the ROM BIOS    of some    machines with keyboards    that
  246.             have an    extra set of DIRECTION (i.e. arrow) keys, in
  247.             addition to those on the numeric keypad. See README.DOC
  248.             for more information, if you have such a keyboard.
  249.  
  250.   NOEM.OBJ        (NO EMulation).    An object file to link with BASIC
  251.             programs that will always be run on machines with an
  252.             8087 or    80287 math coprocessor chip.  Linking with
  253.             NOEM.OBJ turns off software emulation of the math
  254.             chip's function, and reduces the size of the
  255.             executable file.
  256.  
  257.   PACKING.LST        A list of all files provided with QuickBASIC.
  258.  
  259.   QB.PIF        A file that provides information to aid    in running
  260.             QuickBASIC under Microsoft Windows.
  261.  
  262.   README.DOC        Information that was unavailable when the QuickBASIC
  263.             manuals    were printed.
  264.  
  265.   MOUSE.COM        The Mouse driver for use with QuickBASIC programs
  266.             that call mouse    functions.
  267.  
  268.   SMALLERR.OBJ        An object file to link with BASIC programs that    do
  269.             not require run-time error messages. Linking with
  270.             SMALLERR.OBJ reduces the size of executable files
  271.             that do    not need run-time error    messages.
  272.  
  273.   MSHERC.COM        The driver file    for use    with computers equipped    with
  274.             a Hercules(R) Graphics Card, Graphics Card Plus,
  275.             Hercules InColor Card, or 100%-compatible clones of
  276.             these graphics cards.  This file allows    you to write
  277.             BASIC programs that use    screen mode 3 for graphics.
  278.  
  279.   PATCH87.EXE        The utility which fixes some problems which occur
  280.             when using MS-DOS 3.20, a hard drive, a math
  281.             coprocessor, and floating point math.  See the
  282.             README.DOC file for details.
  283.  
  284.   QB45ENER.HLP        File containing    on-line    help information dealing with
  285.             the QuickBASIC environment and error messages.
  286.  
  287. ==< Contents of Microsoft QB Advisor Disk >
  288.  
  289.   FILE            DESCRIPTION
  290.   ----            -----------------------------------------------------
  291.  
  292.   QB45ADVR.HLP        File containing    on-line    help information dealing with
  293.             the QuickBASIC language.
  294.  
  295.   \ADVR_EX        A directory containing BASIC programs cited in the
  296.             QB45ADVR.HLP on-line help file.
  297.             See list of contents for this directory    below.
  298.  
  299. ==< Contents of \ADVR_EX directory on Microsoft QB Advisor Disk >
  300.  
  301.   FILE            DESCRIPTION
  302.   ----            ----------------------------------------------------
  303.  
  304.   CALL_EX.BAS        Program    illustrating use of the    CALL statement
  305.  
  306.   CHR_EX.BAS        Program    illustrating use of the    CHR$ function
  307.  
  308.   CMD_EX.BAS        Program    illustrating use of the    COMMAND$ function
  309.  
  310.   COM1_EX.BAS        Program    illustrating use of the    COMMON and CHAIN
  311.             statements. Note that when you run COM1_EX.BAS,
  312.             COM2_EX.BAS must be in the current working directory
  313.  
  314.   COM2_EX.BAS        Program    referenced in COM1_EX.BAS (see above)
  315.  
  316.   CSR_EX.BAS        Program    illustrating use of the    CSRLIN function
  317.  
  318.   DECL_EX.BAS        Program    illustrating use of the    DECLARE    statement
  319.  
  320.   DEFFN_EX.BAS        Program    illustrating use of the    DEF FN statement
  321.  
  322.   DEFSG_EX.BAS        Program    illustrating use of the    DEF SEG, PEEK, and
  323.             POKE statements    to turn    the CAPSLOCK key on and    off
  324.  
  325.   DRAW_EX.BAS        Program    illustrating use of the    DRAW statement
  326.  
  327.   FUNC_EX.BAS        Program    illustrating use of FUNCTION...END FUNCTION
  328.  
  329.   OUT_EX.BAS        Program    illustrating use of the    OUT statement
  330.  
  331.   SHARE_EX.BAS        Program    illustrating use of the    SHARED statement
  332.  
  333.   SHELL_EX.BAS        Program    illustrating use of the    SHELL statement
  334.  
  335.   STAT_EX.BAS        Program    illustrating use of the    STATIC statement
  336.  
  337.   SUB_EX.BAS        Program    illustrating the use of    SUB...END SUB
  338.  
  339.   TYPE_EX.BAS        Program    illustrating the use of    TYPE..END TYPE
  340.  
  341.   UBO_EX.BAS        Program    illustrating use of the    UBOUND and LBOUND
  342.             functions
  343.  
  344.   UCASE_EX.BAS        Program    illustrating use of the    UCASE$ function
  345.  
  346.   WINDO_EX.BAS        Program    illustrating use of the    WINDOW statement
  347.