home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l170 / 2.ddi / PACKING.LST < prev    next >
Encoding:
File List  |  1991-01-29  |  10.8 KB  |  272 lines

  1.                  "PACKING.LST" File
  2.         Disk Contents for the MICROSOFT(R) QuickBASIC Compiler
  3.           Version 4.0 for IBM(R) Personal Computers
  4.                   and Compatibles
  5.  
  6.           (C) Copyright    Microsoft Corporation, 1987
  7.  
  8. THIS FILE GIVES    A COMPLETE LIST    OF ALL FILES AND DIRECTORIES ON    THE THREE
  9. DISTRIBUTION DISKS PROVIDED WITH THIS VERSION OF QUICKBASIC.
  10.  
  11. ==< Contents of    DISK 1:    Program    Disk >=======================================
  12.  
  13.   FILE            DESCRIPTION
  14.   ----            -----------------------------------------------------
  15.   QB.EXE        The Microsoft QuickBASIC program development
  16.             environment.
  17.  
  18.   BC.EXE        The BASIC command-line compiler    invoked    by the Run
  19.             menu's Make EXE File command or by the bc command
  20.             from the DOS command line.
  21.  
  22.   PACKING.LST        A list of all files provided with QuickBASIC.
  23.  
  24.   README.DOC        Information that was unavailable when the QuickBASIC
  25.             manuals    were printed.
  26.  
  27.   SETUP.BAT        The first part of the QuickBASIC installation
  28.             program    (this batch file calls SETUP1.BAT).  Run this
  29.             batch file to install QuickBASIC on your hard-disk
  30.             system.
  31.  
  32.   SETUP1.BAT        The second part    of the QuickBASIC installation
  33.             program.
  34.  
  35. ==< Contents of    DISK 2:    Libraries Disk >=====================================
  36.  
  37.   FILE            DESCRIPTION
  38.   ----            -----------------------------------------------------
  39.   BRUN40.EXE        The QuickBASIC run-time    module;    required for running
  40.             executable files created with BRUN40.LIB.
  41.  
  42.   BRUN40.LIB        The QuickBASIC run-time-module library;    used for
  43.             creating executable files from QuickBASIC and DOS.
  44.  
  45.   BCOM40.LIB        The QuickBASIC alternate run-time-module library;
  46.             used for creating executable files from    QuickBASIC
  47.             and DOS    (files created with this library do not
  48.             require    BRUN40.EXE to run).
  49.  
  50.   BQLB40.LIB        The library of supporting routines that    are used when
  51.             creating Quick libraries.
  52.  
  53. ==< Contents of    DISK 3:    Utilities and Examples Disk >========================
  54.  
  55.   ---------------------------------------------------------------------------
  56.   Important Notes
  57.   ---------------
  58.   This disk contains a number of demonstration and utility programs written
  59.   in BASIC. These files    are for    informational and recreational purposes
  60.   only,    and Microsoft makes no warranties, either expressed or implied,
  61.   as to    their suitability for specific purposes    or their correctness,
  62.   accuracy, or reliability. The    entire risk as to the results and
  63.   performance of the software is assumed by you.
  64.  
  65.   All programs ending with the .BAS extension are QuickBASIC source files.
  66.   Programs with    an asterisk (*)    next to    their names require a color-graphics
  67.   adapter to run.
  68.   ---------------------------------------------------------------------------
  69.  
  70.   FILE OR DIRECTORY    DESCRIPTION
  71.   -----------------    -----------------------------------------------------
  72.   LIB.EXE        The Microsoft Library Manager; used to create
  73.             stand-alone (.LIB) libraries.
  74.  
  75.   LINK.EXE        The Microsoft Overlay Linker; used to create
  76.             executable files and Quick libraries.
  77.  
  78.   MOUSE.COM        The Mouse driver for use with QuickBASIC programs
  79.             that call mouse    functions.
  80.  
  81.   QBHERC.COM        The driver file    for use    with computers equipped    with
  82.             a Hercules(R) Graphics Card, Graphics Card Plus,
  83.             Hercules InColor Card, or 100%-compatible clones of
  84.             these graphics cards.  This file allows    you to write
  85.             BASIC programs that use    screen mode 3 for graphics
  86.             output.    See the    README.DOC file    for more information.
  87.  
  88.   FIXSHIFT.COM        A terminate-and-stay-resident program that fixes a bug
  89.             in the ROM BIOS    of some    machines with keyboards    that
  90.             have an    extra set of DIRECTION (i.e. arrow) keys, in
  91.             addition to those on the numeric keypad. See README.DOC
  92.             for more information, if you have such a keyboard.
  93.  
  94.   QB.HLP        A file containing information used by QuickBASIC's
  95.             on-line    Help.  This file must be in the    current
  96.             directory -- or    in a directory listed in the setting
  97.             for your PATH environment variable -- if you want to
  98.             use Help from within the QuickBASIC environment.
  99.  
  100.   QB.LIB        The stand-alone    library    containing support routines
  101.             for DOS    system calls.
  102.  
  103.   QB.QLB        The Quick library containing support routines for
  104.             DOS system calls.
  105.  
  106.   QB.BI            An include file    for use    with BASIC programs that
  107.             call any of the    following routines in the QB.QLB
  108.             Quick library or in the    QB.LIB stand-alone library:
  109.             ABSOLUTE, INTERRUPT, INTERRUPTX, INT86OLD, or
  110.             INT86XOLD.  The    QB.BI file defines the types for
  111.             arguments passed to these routines and also gives
  112.             DECLARE    statements for these routines.
  113.  
  114.   QB.PIF        A file that provides information to aid    in running
  115.             QuickBASIC under Microsoft Windows.
  116.  
  117.   ABSOLUTE.ASM        The assembly-language source for the ABSOLUTE
  118.             routine    in QB.QLB and QB.LIB.  This routine
  119.             allows you to call a machine-language procedure
  120.             from a BASIC program.  (BASIC's CALL statement
  121.             and the    new DECLARE statement provide a    simpler    way
  122.             to call    other-language procedures from BASIC.)
  123.             This source file is provided for reference only, and
  124.             is not required    to use the ABSOLUTE routine.
  125.  
  126.   INTRPT.ASM        The assembly-language source for the INTERRUPT and
  127.             INTERRUPTX routines in the QB.QLB and QB.LIB
  128.             libraries.  These routines allow you to    perform
  129.             DOS system calls from a    BASIC program.    This source
  130.             file is    provided for reference only, and is not
  131.             required to use    the INTERRUPT or INTERRUPTX routines.
  132.  
  133.   NOCOM.OBJ        (NO COMmunication). An object file to link with    BASIC
  134.             programs that do not require communications support.
  135.             Linking    with NOCOM.OBJ reduces the size    of executable
  136.             files that do not perform any communications activity.
  137.  
  138.   NOEM.OBJ        (NO EMulation).    An object file to link with BASIC
  139.             programs that will always be run on machines with an
  140.             8087 or    80287 math coprocessor chip.  Linking with
  141.             NOEM.OBJ turns off software emulation of the math
  142.             chip's function, and reduces the size of the
  143.             executable file.
  144.  
  145.   DEMO1.BAS        The BASICA version of the sound-effects    demonstration
  146.             program    referred to in Chapter 2 of "Learning and
  147.             Using Microsoft    QuickBASIC."
  148.  
  149.   DEMO2.BAS        The QuickBASIC 2.0 version of the sound-effects
  150.             demonstration program referred to in Chapter 2 of
  151.                 "Learning and Using Microsoft QuickBASIC."
  152.  
  153.   DEMO3.BAS        The QuickBASIC 4.0 version of the sound-effects
  154.             demonstration program referred to in Chapter 2 of
  155.                 "Learning and Using Microsoft QuickBASIC."
  156.  
  157.   REMLINE.BAS        A utility program that converts    BASICA programs
  158.             saved in ASCII format to QuickBASIC-style programs
  159.             by removing unreferenced line numbers.
  160.  
  161.   SORTDEMO.BAS        A program that uses multicolored bars and sound    to
  162.             illustrate various sorting algorithms.
  163.  
  164.   TORUS.BAS*        A graphics demonstration program that draws a
  165.             multicolored doughnut-shaped figure on the screen,
  166.             then makes it appear to    rotate by shifting colors
  167.             in the palette.
  168.  
  169.   \SOURCE        A directory containing BASIC programs printed in the
  170.             QuickBASIC manuals, as well as other demonstration
  171.             programs.  See list of contents    for this directory
  172.             below.
  173.  
  174. ==< Contents of    \SOURCE    directory on DISK 3 >================================
  175.  
  176.   BALLPSET.BAS*        A program that bounces a ball off the bottom and
  177.             sides of the screen by using the PSET option with
  178.             the graphics PUT statement.
  179.  
  180.   BALLXOR.BAS*        A program that bounces a ball off the bottom and
  181.             sides of the screen by using the XOR option with
  182.             the graphics PUT statement.
  183.  
  184.   BAR.BAS*        A program that turns input data    into a bar chart.
  185.  
  186.   CAL.BAS        A program that prints a    calendar for any month in
  187.             any year from 1899 to 2099.
  188.  
  189.   CHECK.BAS        A checkbook-balancing program that sorts and prints a
  190.             list of    any deposits and withdrawals input by the
  191.             user, then prints the final balance in the checking
  192.             account.
  193.  
  194.   COLORS.BAS*        A program showing all combinations of the 16 background
  195.             colors and 3 foreground    colors (distinct from the
  196.             background) in the 2 color palettes available in screen
  197.             mode 1.
  198.  
  199.   CRLF.BAS        A program that opens an    ASCII file, expands any    lines
  200.             ending with just a carriage return or a    line feed to
  201.             a carriage-return--line-feed combination, then writes
  202.             the adjusted lines to a    new file.
  203.  
  204.   CUBE.BAS*        A program that illustrates simple animation of a
  205.             cube by    using multiple screen pages in screen mode 7.
  206.  
  207.   EDPAT.BAS*        A program that allows you to edit a pattern tile
  208.             for use    in a PAINT statement.  With pattern tiles,
  209.             you can    fill any enclosed graphics area    on the screen
  210.             with a pattern.
  211.  
  212.   ENTAB.BAS        A program that compresses an ASCII file    by replacing
  213.             runs of    spaces with tab    characters.
  214.  
  215.   FILERR.BAS        A program that searches    for a string of    characters in
  216.             an ASCII file.    This program traps and handles common
  217.             file-access errors such    as the user's entering an
  218.             invalid    file name or leaving a drive door open.
  219.  
  220.   FLPT.BAS        A program that lets you    examine    the internal format
  221.             used by    BASIC to store single-precision    numbers.
  222.  
  223.   HIDE.BAS        A program that lets you    hide or    display    a file,    thus
  224.             controlling whether or not it appears when you use
  225.             the DIR    command    from DOS to list the contents of the
  226.             directory containing the file.
  227.  
  228.   INDEX.BAS        A file I/O program that    builds and searches an index
  229.             of record numbers from a random-access data file.
  230.  
  231.   MANDEL.BAS*        A program that generates a fractal (a colorful graphic
  232.             representation of the properties of certain real
  233.             numbers) on the    screen.
  234.  
  235.   PALETTE.BAS*        A program that demonstrates how    to give    the illusion
  236.             of movement by rotating    the colors displayed by
  237.             the color attributes from 1 to 15.
  238.  
  239.   PLOTTER.BAS*        A simple line-sketching    program    that uses BASIC's
  240.             DRAW statement.
  241.  
  242.   QLBDUMP.BAS        A program that allows you to get a listing of the
  243.             PUBLIC code and    data symbols in    a QuickBASIC Quick
  244.             library.
  245.  
  246.   SEARCH.BAS        A program that searches    any disk file for a pattern
  247.             and reports every byte position    in the file where
  248.             the pattern begins.
  249.  
  250.   SINEWAVE.BAS*        A program that plots the graph of the sine-wave
  251.             function for angle values from 0 to PI (3.14159265)
  252.             radians.
  253.  
  254.   STRTONUM.BAS        A program that converts    to a numeric value any number
  255.             input as a string, after first filtering invalid
  256.             numeric    characters (such as commas) out    of the
  257.             string.
  258.  
  259.   TERMINAL.BAS        A program that turns your computer into    a "dumb"
  260.             terminal when used with    a modem.
  261.  
  262.   TOKEN.BAS        A program that breaks an input string into a series
  263.             of tokens (a string of characters delimited by
  264.             blank spaces, tabs, or punctuation marks such as
  265.             commas or semicolons).
  266.  
  267.   WHEREIS.BAS        A program that recursively searches through all
  268.             directories on a disk for the file name    input by the
  269.             user.  When WHEREIS finds the file, it prints the
  270.             complete directory path    to the file.
  271.  
  272.