home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / GR / GR501.ZIP / SCANTEXT.DOC < prev    next >
Text File  |  1992-03-31  |  2KB  |  39 lines

  1.                                        SCANTEXT
  2.  
  3.          SCANTEXT is a program to scan through a text file on screen using 
  4.          various keys to move about in document. 
  5.  
  6.          This is one of those little programs that has been passed from 
  7.          friend to friend and no one knows the author or origin.  There is 
  8.          nothing in the program to indicate who wrote it or how to use it. 
  9.   
  10.          I played with program to find out what it would do and what it 
  11.          would not do.  Below are my findings. 
  12.  
  13.          TO START PROGRAM: type SCANTEXT filename and press Enter key
  14.          
  15.                             Example - SCANTEXT README.DOC
  16.          
  17.          Where filename is name of text file (including extension) you want 
  18.          to look at.  Filename may include drive and path info. 
  19.          
  20.          KEYS:                              ARROW KEYS:
  21.          ┌────┐                             ┌────┐
  22.          │Esc │  Quit program               │Down│  Move down one line
  23.          └────┘                             └────┘
  24.          ┌────┐                             ┌────┐
  25.          │Home│  Top of file                │ Up │  Move up one line
  26.          └────┘                             └────┘
  27.          ┌────┐                             ┌────┐
  28.          │End │  Bottom of file             │Left│  Move to left margin
  29.          └────┘                             └────┘
  30.          ┌────┐                             ┌─────┐
  31.          │PgUp│  Move up 25 lines           │Right│  Move right 8 columns
  32.          └────┘                             └─────┘
  33.          ┌────┐
  34.          │PgDn│  Move down 25 lines
  35.          └────┘
  36.          ┌─────┐    ┌───┐ ┌─────┐ (depending on keyboard you have)
  37.          │PrtSc│ or │Sft│-│PrtSc│ To print screen
  38.          └─────┘    └───┘ └─────┘
  39.