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

    Wouldn't it be nice to print or save a screen that contains some
    special information or graphics?  Or view a picture, then print
    it out?  'NewPrtSc' (New Print Screen) does all this!  'NewPrtSc'
    allows automatically printing & saving the 'front-most' screen,
    or displaying an online menu of available selections each time
    it's started.


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

    --------------------------
    Standard features include:
    --------------------------
    o - Multitasks.
    o - Uses standard INTUITION interfaces.
    o - Adjusts to different WORKBENCH environments.
    o - Uses the system printer's graphic preferences.


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


    -------------------------
    Program features include:
    -------------------------
    o - Should work with any INTUITION compatible screen.
    o - Load and view any picture (other than 'HAM': this is due to
        change in a future release).  You can also print any picture
        after it has been loaded.
    o - Save any INTUITION screen. (See first item above)
    o - Print any INTUITION screen. (See first item above)
    o - Also saves & prints new screen resolutions like SUPER_HIRES
        etc.


    -------------------------------------------------------------------------
    USING NEWPRTSC
    -------------------------------------------------------------------------

    ----------------
    Getting Started:
    ----------------
    You can start 'NewPrtSc' from the supplied icon, or from the CLI/
    Shell using:

    >Run NewPrtSc

    ... however, only the 'frontmost' screen be will selected to save
    as an IFF picture file, or printed, unless the "[ View ]" option is
    selected and another picture has been loaded.  Therefore, to save
    or print any screen, 'NewPrtSc' should be started from the keyboard
    using 'FKEY'.  For more information on 'FKEY', please refer to your
    system software manuals.

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


    --------
    Options:
    --------
    The following options are available from the CLI/ Shell.

    -a ....... Always prompt for actions(s).
    -f ....... Force background color to white.
    -v ....... View picture: makit it the current one.
    -s ....... Save 'frontmost' or current screen.
    -p ....... Prnt the 'frontmost' or current screen.

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


    ----------------
    Pull-Down Menus:
    ----------------

    Project Menu:
    -------------
    About..... Program credits & info.
    Quit ..... Exit 'NewPrtSc'.


    ----------
    Selecting:
    ----------
    Click on each option (View, Save, Print) before clicking on the
    BEGIN gadget (button) to select the desired options.  To deselect
    a selected option, click on the same option once again.


    -----------------
    Viewing Pictures:
    -----------------
    You can load any picture, other than HAM or HAM8 (as of this release:
    this is due to change in a future release), to view and/or print.


    ----------------
    Saving Pictures:
    ----------------
    Most any INTUITION compatible screen can be saved, including the
    newer ECS & AGA modes (SUPER_HIRES, etc.,) screens.  You will always
    be prompted for the file name before the screen is saved.


    ----------------------------
    Printing Screens & Pictures:
    ----------------------------
    When printing screens, 'NewPrtSc' will use both the system's printer
    preferences & the 'softconfig' printer environment.

    You can cancel printing at anytime by clicking on the close window
    gadget (button) on the 'Screen Info!' window.


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

    MAGNIFCATION FACTOR%
    DISABLE PRINTER

    (Please refer to the help file(s) for 'SoftConfig' for more information.)


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

    --------
    Screens:
    --------
    'NewPrtSc' will always select the 'front-most' screen.


    -----------
    Final Note:
    -----------
    'FKEY' should be used to 'launch' this program via pre-determined
    keystroke(s) allowing easy printing and/or saving of just about
    any INTUITION compatible screen by pressing a few keys.  You
    can specify any 'NewPrtSc' startup options when using 'FKEY'
    like: Command Parameters = 'NewPrtSc -p'.  If no options are
    specified, 'NewPrtSc' will display the opening menu.

    To always print the 'front-most' screen use: 'NewPrtSc -p' ...

    To always save the 'front-most' screen use.: 'NewPrtSc -s' ...

    ...as the "Command Parameters" for the "Run Program" 'FKEY' item.


    -------------------------------------------------------------------------
    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.