home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / r / recalld.zip / RECALL.DOC < prev   
Text File  |  1984-11-26  |  6KB  |  144 lines

  1.  
  2.  
  3.          RECALL                g.r.a.m.  Associates                 RECALL
  4.  
  5.  
  6.  
  7.          Purpose:  Recall permits the user to retrieve any one of up to 50
  8.              unique DOS commands previously issued by the user.  Once
  9.              retrieved, the command may be executed as is or modified by
  10.              the user via the normal DOS line editing keys.
  11.  
  12.          Usage:  RECALL [-qb?]
  13.                        -q  Suppresses the initial help screen when Recall
  14.                            is loaded.
  15.                        -b  Suppresses the loading and the end-of-buffer
  16.                            bells.
  17.                        -?  Produces a help screen without loading Recall.
  18.  
  19.          Operation:  F10         - recall the next oldest command.
  20.                      Alt-F10     - recall the next newest command.
  21.                      Shift-F10   - toggle the recall feature on and off.
  22.  
  23.          Note:  Attempts to recall beyond the first command issued (or the
  24.              last command) are accompanied by a chirp (the end-of-buffer
  25.              bell).  Recall will subsequently wrap around to the last
  26.              (first) command.
  27.  
  28.          Examples:  Although the most meaningful examples will occur quite
  29.              naturally with daily use, the following examples should help
  30.              get things started.
  31.  
  32.              1) The goal is to get before and after printouts of the
  33.              tabular data file mywealth.dat as produced by a BASIC program
  34.              myprog.bas.  (It is assumed that the table requires the
  35.              printer to be in 132 column mode for a readable printout and
  36.              further that BASIC resets the printer.)
  37.  
  38.                Keystrokes        DOS screen               Comments
  39.                ==========        ==========               ========
  40.              1-Enter com-      A>dir my*.*                List files
  41.              2- mands as       A>mode lpt1:132            Set printer
  42.              3- shown after    A>copy mywealth.dat prn:   Print file
  43.              4- DOS prompt.    A>basic myprog             Run program
  44.              5-F10,            A>\
  45.                    F10,F10     A>mode lpt1:132            Reset printer
  46.              6-F10,            A>\
  47.                    F10,F10     A>copy mywealth.dat prn:   Print new file
  48.  
  49.              2) Sometimes a rapid fire trigger finger will strike key F10
  50.              too often, thus overrunning the DOS command.  In such a case
  51.              the Alt-F10 combination may be used to return to the missed
  52.              command.
  53.  
  54.                Keystrokes        DOS screen               Comments
  55.                ==========        ==========               ========
  56.                                  ...                      See example 1
  57.              4-Enter as shown  A>basic myprog             Run program
  58.              5-F10,            A>\
  59.                    F10,F10,F10 A>dir my*.*                Oops!
  60.  
  61.  
  62.  
  63.                               RECALL V2.10   Page 1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.          RECALL                g.r.a.m.  Associates                 RECALL
  70.  
  71.  
  72.              6-Alt-F10         A>\
  73.                                A>mode lpt1:132            Got it!
  74.              7-F10,            A>\
  75.                    F10,F10     A>copy mywealth.dat prn:   Print new file
  76.  
  77.          Caveats:
  78.              - The DOS type ahead feature is disabled when using F10.
  79.              - Recall will not work concurrently with FileCommand by IBM
  80.              while it is attached to DOS.
  81.              - Recall may fail if the total memory is changed to a non-4K
  82.              multiple.
  83.              - No known bugs.
  84.  
  85.          Technical:  The motivation for Recall was to provide a natural
  86.              extension of the DOS F3 key which restored only the very last
  87.              DOS command executed.  When first run, Recall attaches itself
  88.              to DOS and chains itself onto the keyboard interrupt vector
  89.              thus becoming poised to sense all F10, Alt-F10, Shift-F10 and
  90.              other related keystrokes.  To prevent interference with other
  91.              programs which use the function keys, Recall intercepts the
  92.              DOS function calling mechanism and verifies that the user is
  93.              at the DOS prompt level before processing any keystrokes.
  94.              Moreover, Recall prevents multiple copies of itself from
  95.              occupying memory by sensing its existence as an extension of
  96.              DOS.  Recall reduces available memory by 8016 bytes.
  97.                   Only the following versions of PC-DOS are currently
  98.              supported: V1.1, V2.0, V2.1.  Support for any other IBM and
  99.              compatible versions of DOS will correspond to interest and
  100.              availability to the authors.
  101.                   It is recommended that the loading of Recall be incor-
  102.              porated into the boot-up procedure (autoexec.bat).
  103.  
  104.  
  105.                               User Supported Software
  106.  
  107.                   If you have used this program and found it of value,
  108.                   your contribution ($10 suggested) will be appreciated.
  109.                   Regardless of whether you make a contribution, you are
  110.                   encouraged to copy and share this program.  Users
  111.                   sending in a contribution of $10 or more will be
  112.                   entitled to a free update and notification of other
  113.                   utilities as they become available.
  114.  
  115.                   Send all correspondence to:
  116.  
  117.                               G.R.A.M. Associates
  118.                               User Supported Software
  119.                               450 N. Jordan Street
  120.                               Allentown, Pa.  18102
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                               RECALL V2.10   Page 2
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.         This disk copy was originally provided by "The Public Library",
  137.         the software library of the Houston Area League of PC Users.
  138.  
  139.         Programs are available from the Public Library at $2 per disk
  140.         on user-provided disks.  To get a listing of the disks in the
  141.         Public Library, send a self-addressed, stamped envelope to
  142.  
  143.              Nelson Ford,  P.O.Box 61565,  Houston, TX 77208.
  144.