home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / clipart / ezsnap22.zip / EZSNAP.DOC next >
Text File  |  1990-11-30  |  9KB  |  234 lines

  1.  
  2.  
  3.  
  4.  
  5.       +-------------------------------------------------------------------+
  6.       |                                                                   |
  7.       |         E Z S n a p  -  Resident Screen Snapshot Utility          |
  8.       |                                                                   |
  9.       |             Copyright (C) 1990 by InfoNapse Systems.              |
  10.       |                       All Rights Reserved.                        |
  11.       |                                                                   |
  12.       |                                                                   |
  13.       |                        User Documentation                         |
  14.       |                                                                   |
  15.       |                                                                   |
  16.       |                           Version 2.2                             |
  17.       |                                                                   |
  18.       +-------------------------------------------------------------------+
  19.  
  20.  
  21.  
  22.                            This is a *FREE* utility.
  23.  
  24.                               ******************
  25.                               ** NOT FOR SALE **
  26.                               ******************
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.       Program written using:
  46.  
  47.           Microsoft BASIC 7.1 Professional Development System.
  48.           Copyright (C) 1989, Microsoft Corporation. All Rights Reserved.
  49.  
  50.           QuickPak Professional v3.0 Add-On Library.
  51.           Copyright (C)1988,1989 Crescent Software. All Rights Reserved.
  52.  
  53.           PDQ v1.49 Replacement Library
  54.           Copyright (C)1989 Crescent Software. All Rights Reserved.
  55.  
  56.  
  57.       ---------------------------------------------------------------------
  58.  
  59.       ---------------------------------------------------------------------
  60.       EZSNAP.EXE - Screen Snapshot Utility                         Page:  1
  61.       ---------------------------------------------------------------------
  62.  
  63.  
  64.       INTRODUCTION
  65.  
  66.       EZSnap is a Terminate but Stay Resident (TSR) program which will
  67.       enable you to take quick "snap-shots" of a program's screens while
  68.       the program is actually running. EZSnap will write each screen to
  69.       a disk file in one of three formats. The program also features an
  70.       "unload" command switch, as well as a switch which enables YOU to
  71.       define the hotkey setting.
  72.  
  73.  
  74.  
  75.       ARCHIVE CONTENTS
  76.  
  77.       Your archived package should contain the following files:
  78.  
  79.                  EZSNAP.EXE - the memory resident utility
  80.                  EZSNAP.DOC - this documentation
  81.                  README     - miscellaneous information
  82.  
  83.  
  84.  
  85.       REQUIREMENTS
  86.  
  87.       To use EZSnap, you will need the following computer equipment:
  88.  
  89.            An IBM PS/2, PC/AT, or Compatible Machine
  90.            One Floppy Disk or Fixed Disk
  91.            A CGA, EGA, or VGA Color Display
  92.  
  93.  
  94.  
  95.       INSTALLATION
  96.  
  97.       To install EZSnap each time you start your computer system, simply
  98.       include the line "EZSNAP" in your AUTOEXEC.BAT file. Make certain
  99.       that EZSNAP.EXE is in a directory which is defined in your DOS
  100.       "path". Otherwise, DOS won't be able to find it.
  101.  
  102.       EZSnap may also be installed at any time from the DOS prompt. Just
  103.       key-in "EZSNAP" at the DOS prompt and press [─┘]. EZSnap will
  104.       allocate the memory it needs to function (approx 17K), and will
  105.       display a message similar to:
  106.  
  107.  
  108.           EZSnap v2.2 Copyright (C)1990 - InfoNapse Systems.
  109.           Screen Capture Program Now Resident.
  110.  
  111.           Press [Alt]+[Ctrl]+[S] to Activate.
  112.           Use [/U] Switch to Unload.
  113.  
  114.  
  115.  
  116.       ---------------------------------------------------------------------
  117.       EZSNAP.EXE - Screen Snapshot Utility                         Page:  2
  118.       ---------------------------------------------------------------------
  119.  
  120.  
  121.       SCREEN IMAGE FILE FORMAT
  122.  
  123.       EZSnap enables you to save a screen to disk in one of three
  124.       different formats; EZScreen, BASIC's BSAVE, or standard ASCII text.
  125.       Use your cursor keys to position the highlight bar on the format
  126.       you need. If you do not supply a file extension, EZSnap will use
  127.       ".EZS", ".BIN", or ".TXT", depending upon the save format you've
  128.       selected.
  129.  
  130.  
  131.  
  132.       RUNNING EZSnap
  133.  
  134.       To bring EZSnap to the foreground, simply press the [Ctrl], [Alt],
  135.       and [S] keys together. After doing so, you'll see the program's
  136.       banner appear in the upper portion of your display. Key-in any vaild
  137.       DOS filename, select the format you need, and press the [Enter] key.
  138.       Enough space is provided for a full DOS pathname. Press the [Esc] key
  139.       to cancel the process. The underlying application will then resume.
  140.  
  141.       EZSnap will refuse to be loaded more than once. In other words,
  142.       if it's already resident and you keyin "EZSNAP" from the DOS
  143.       prompt, you'll receive a message similar to the one below:
  144.  
  145.  
  146.           EZSnap v2.2 Already Resident.
  147.           Press [Alt]+[Ctrl]+[S] to Activate.
  148.           Use [/U] Switch to Unload.
  149.  
  150.  
  151.  
  152.       UNLOADING
  153.  
  154.       EZSnap may be removed or "unloaded" from memory by keying-in the
  155.       program name followed by the "/U" command line switch. This will
  156.       return approximately 17K of memory to DOS. In order to remove
  157.       EZSnap, it must have been the LAST TSR program loaded. If you load
  158.       a TSR after loading EZSnap, you must first unload it, then unload
  159.       EZSnap.
  160.  
  161.  
  162.       ---------------------------------------------------------------------
  163.       EZSNAP.EXE - Screen Snapshot Utility                         Page:  3
  164.       ---------------------------------------------------------------------
  165.  
  166.  
  167.       SPECIFYING THE HOT-KEY SETTING
  168.  
  169.       The term "hot-key" refers to the key or combination of keys which
  170.       must be depressed in order to activate EZSnap.
  171.  
  172.       The default hot-key setting used by EZSnap is [Ctrl]+[Alt]+[S]. The
  173.       hot-key setting may be changed during initial load from the command
  174.       line. The following is a description of the syntax to use:
  175.  
  176.           EZSNAP [ /K [<shiftmask>] [:<key>] ]
  177.  
  178.               where:
  179.  
  180.               <shiftmask> = "$", "#", "@", or "!" or ANY combination of
  181.                             identifiers listed below:
  182.  
  183.                              "$" = Alternate or Alt
  184.                              "#" = Control or Ctrl
  185.                              "@" = Left-Shift
  186.                              "!" = Right-Shift
  187.  
  188.                     <key> = any single alphabetic key A thru Z
  189.  
  190.  
  191.       Note that it is NOT necessary to specify BOTH <shiftmask> and <key>.
  192.       The default <shiftmask> is [Alt]+[Ctrl] ($#), and the default <key>
  193.       assignment is [S]. If you specify a <key> argument, you must include
  194.       a leading colon ":". The "/K" switch is always required whenever you
  195.       vary the hot-key setting. Below are several examples illustrating
  196.       how to specify a hot-key setting.
  197.  
  198.  
  199.           SYNTAX             HOT-KEY SETTING
  200.           --------------     ----------------------------------------------
  201.           EZSNAP /K:E     =  [Alt]+[Ctrl]+[E]
  202.           EZSNAP /K@:Z    =  [Left-Shift]+[Z]
  203.           EZSNAP /K$#@!   =  [Alt]+[Ctrl]+[Right-Shift]+[Left-Shift]+[S]
  204.           EZSNAP /K#      =  [Ctrl]+[S]
  205.  
  206.  
  207.       Note that it not necessary to specifiy <shiftmask> identifiers in
  208.       any specific order. In other words, "$#!" is the sane as "#!$".
  209.  
  210.  
  211.       ---------------------------------------------------------------------
  212.       EZSNAP.EXE - Screen Snapshot Utility                         Page:  4
  213.       ---------------------------------------------------------------------
  214.  
  215.  
  216.       COMPATIBILITY
  217.  
  218.       If you use a 386 computer with Expanded Memory software, you
  219.       probably have a utility which enables you to load TSRs "high" in
  220.       memory (i.e. above the 640 DOS area). You may load EZSnap in this
  221.       manner, provided it is placed in a contiguous block of memory. If
  222.       your system distributes the EZSnap program code among more than
  223.       one block of memory, you *may* not be able to unload it using the
  224.       "/U" command switch.
  225.  
  226.       Other utilities which enable you to "scroll" thru previous screens
  227.       may conflict with EZSnap. We suggest you experiment with your
  228.       system to determine what works, and what dosen't.
  229.  
  230.       Due to the nature of this type of software, conflicts can and may
  231.       occur. If you encounter difficulties using EZSnap and cannot find
  232.       a solution, please feel free to contact the author via E-Mail for
  233.       assistance (Steve Bathurst CIS 72656,434).
  234.