home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / dos / peruse / peruse.doc < prev   
Text File  |  1995-12-09  |  2KB  |  53 lines

  1. PERUSE.COM (VERSION 1.0)
  2. Copyright (c) 1994, Bob Flanders and Michael Holmes
  3. -------------------------------------------------------------------------
  4.                 First Published in PC Magazine April 12, 1994 (Utilities)
  5. -------------------------------------------------------------------------
  6.  
  7. PERUSE by 
  8.  
  9. PURPOSE:
  10.  
  11.          PERUSE is a TSR that captures and saves screen information as
  12. it scrolls off the top of the screen. Once loaded, pressing the ScrollLock
  13. key will put you into redisplay mode. You can then use the cursor keys to
  14. browse through scrolled screen data.
  15.  
  16. SYNTAX:
  17.  
  18. The syntax for loading PERUSE into memory is:
  19.  
  20.                                PERUSE /Xn | /En
  21.  
  22. where n is the size of the the scroll buffer in kilobytes, and must be in the range 16 to 8192.
  23.  
  24.          The /X parameter tells PERUSE to create the scroll buffer in
  25. extended memory; the /E parameter tells PERUSE to create the buffer in
  26. expanded memory. An extended or expanded memory driver must be loaded
  27. in order to use PERUSE.
  28.  
  29.          To remove PERUSE from memory, type:
  30.  
  31.                                PERUSE /U
  32.  
  33. If any memory resident programs have been loaded after PERUSE, the program will be unable to unload and will display an error message.
  34.  
  35. REMARKS:
  36.  
  37.          PERUSE is similar in functionality to a utility published in
  38. PC Magazine back in 1985: WaitaSec. But because of its age, WaitaSec
  39. works only with EGA video adapters. PERUSE works with VGA as well, and
  40. stores the screen buffer in extended or expanded memory to minimize
  41. conventional memory usage.
  42.  
  43.          Like WaitaSec, PERUSE uses the ScrollLock key to turn redisplay
  44. mode on and off. When in redisplay mode, you can use the following cursor
  45. keys to move through the scroll buffer and view scrolled information: Up
  46. and Down arrows, PageUp, PageDown, Home, and End. Pressing the F1 key
  47. while in redisplay mode will bring up a help screen listing the cursor
  48. keys you can use.
  49. ----------------------------------------------------------------------------
  50. Bob Flanders and Michael Holmes are president and vice president of NCI
  51. systems and coauthors of the books PC Magazine C Lab Notes and C++
  52. Communications Utilities.
  53. -----------------------------------------------------------------------------