home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / pcmag / keeper.lzh / KEEPER.DOC < prev   
Text File  |  1988-11-24  |  2KB  |  45 lines

  1.           KEEPER                                  Steven Holzner
  2.           ______________________________________________________
  3.  
  4.           Purpose:  Stores and displays the last ten commands
  5.                     entered for immediate reexecution without
  6.                     retyping.
  7.  
  8.           Format:   KEEPER       (loads memory-resident program)
  9.                     <Ctrl-N>            (toggles window display)
  10.  
  11.           Remarks:  KEEPER can store command lines of up to 50
  12.                     characters each in length.  After loading,
  13.                     normally via your AUTOEXEC.BAT file, and
  14.                     pressing Ctrl-N (the default trigger key; see
  15.                     Option 1), the last 10 command lines are
  16.                     shown in a window in the upper right-hand
  17.                     corner of the display.  If you wish to
  18.                     execute one of the commands shown, move to
  19.                     its line with the Up Arrow and Down Arrow
  20.                     keys;  the line currently selected blinks.
  21.                     Pressing Ctrl-N again will reissue a blinking
  22.                     command or, if no stored command line has
  23.                     been selected, will return the display to
  24.                     normal.
  25.  
  26.                     Notes:
  27.  
  28.                     1.   KEEPER is not compatible with a number
  29.                          of application programs (e.g., XyWrite)
  30.                          that take over the keyboard interrupts.
  31.  
  32.  
  33.           Option 1: The default trigger key is Ctrl-N.  Should
  34.                     this be inconvenient, you can use the
  35.                     KEEPER.BAS program to recreate KEEPER.COM
  36.                     with a different trigger key.  From the DOS
  37.                     prompt simply enter
  38.  
  39.                          BASIC KEEPER
  40.  
  41.                          and the program will prompt you for your
  42.                     choice of trigger key.  After the KEEPER.COM
  43.                     file is created in this way, it is a regular
  44.                     DOS command and is not run under BASIC.
  45.