    -------------------------------------------------------------------------
    INTRODUCTION
    -------------------------------------------------------------------------

    On single floppy systems, it's sometimes difficult to place all the
    special programs (commodities) on the bootup disk!  If these programs
    are started from the 's:user-startup' script, then all the individual
    commodities parameters will have to be specified also in their proper
    syntax.  Then, if starting the program(s) is no longer required, the
    's:user-startup' script will have to again be modified.  'WBExtras'
    alleviates all this by extending the 'WBSTARTUP' drawer to another
    disk(s).  Now, your bootup disk can contain only your system software
    and another disk can contain all the 'commodities' and special
    programs (like 'MemMonitor' and 'PC') you want to run each time your
    system is started up.  'WBExtras' even recognizes the 'commodities'
    tooltypes ('CX_<NAME>') and passes them to the program when started!
    'WBExtras' extends your systems 'WBSTARTUP' drawer!


    -------------------------------------------------------------------------
    FEATURES
    -------------------------------------------------------------------------

     -------------------------
    Standard features include:
    --------------------------
    o - Multitasks.
    o - Uses standard INTUITION interfaces.
    o - Adjusts to different WORKBENCH environments.


    -------------------------
    Special features include:
    -------------------------
    o - Uses the 'SOFTCONFIG' environment.


    -------------------------
    Program features include:
    -------------------------
    o - Extends the 'SYS:WBSTARTUP' drawer to other devices such as
        a floppy diskette(s).
    o - Utilizes the COMMODITIES convention when starting programs.


    -------------------------------------------------------------------------
    USING WBEXTRAS
    -------------------------------------------------------------------------

    ----------------
    Getting Started:
    ----------------
    'WBExtras' should be started by your system during bootup from within
    the 'SYS:WBStartup' drawer.  However, you can start 'WBExtras' from
    the CLI/ Shell, or from it's supplied icon.  To start 'WBExtras' from
    the CLI/ Shell use:

    >Run WBExtras


    If you start 'WBExtras' from the CL/ Shell, the default device will
    be 'WBExtras:', unless the current directory or path contains the
    program's default icon and the 'PATHS=' is set differently.

    The name of the icon should not be changed: it should remain as
    'WBExtras.info'.

    (Please refer to the online help file for more information.)


    -----------
    Setting up:
    -----------
    For floppy disk users, you should:

      o - Format a new disk and name it 'WBExtras'.
      o - Copy all programs located within the 'WBStartup' drawer on
          your bootup diskette to 'WBExtras:'.  You should not create
          and copy to subdirectories on 'WBExtras:':  all programs will
          be loaded from the root directory.
      o - Delete all the programs located within your 'WBStartup' drawer
          on your bootup diskette.  This should free up alot of space!
      o - Copy 'WBExtras' and it's icon to the 'WBStartup' drawer on
          the bootup diskette.
      o - Now place any system program like a preferences printer
          program or new printer driver, that you require, on your bootup
          diskette!
      o - That's it!

    (For information on 'TOOLTYPES' please refer to the online help file.)


    ---------
    Requires:
    ---------
    Requires the AmigaDOS command 'SORT' to work properly.


    -----------------------
    Software Configuration:
    -----------------------
    The following variables (flags) are used:

    (none)


    -------------------------------------------------------------------------
    FOR ADVANCED USERS
    -------------------------------------------------------------------------

    ------
    Usage:
    ------
    For single floppy users, with sufficient memory, an entire floppy
    disk could be used to store all the additional programs you would
    normally start from the 'SYS:WBSTARTUP' drawer.  This overcomes
    the limited storage capacity of the bootup disk.  Allowing any
    number of programs to be started each time your system boots up.


    -----------
    Final Note:
    -----------
    'WBExtras' should only be started by your system during bootup from
    within your 'WBSTARTUP' drawer on your bootup floppy.


    -------------------------------------------------------------------------
    CREDITS
    -------------------------------------------------------------------------

    This program was designed and coded by Michael Thomas Hurt  of
    MIKE HURT SOFTWARE!, coded in & compiled using Blitz Basic 2.0
    available from Acid Software.

    Software testing was done using:

      o - Amiga 500 : AmigaDOS 2.1, GVP HD 500+ w/ 2MEGS.

      o - Amiga 2000: AmigaDOS 2.1, Microbotics VXL030 w/MMU,
          Microbotics VXLRAM 2MEGS, Microbotics 8-UP! 4MEGS,
          GVP Series II hard card w/ 100MEG HD.

      o - Amiga 3000: AmigaDOS 2.1, 6MEGS.

      o - Amiga 4000: AmigaDOS 3.0


    -------------------------------------------------------------------------
    PROGRAM HISTORY
    -------------------------------------------------------------------------

    v1.0    07/13/1995    Original program.