home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / k / kp5.zip / KP5PAKE.EXE / BRZ.DOC next >
Text File  |  1992-01-28  |  1KB  |  41 lines

  1.  
  2.  
  3.          BRZ.DOC  6/3/91                             Peter Charpentier
  4.          -------------------------------------------------------------
  5.  
  6.          BRZ.EXE is a generic 'browse' utility -- it allows the user to
  7.          scroll through any 'plain text' file, without the possibility
  8.          of altering data.  Files of any size may be browsed.
  9.          Especially useful for viewing large printout files.
  10.  
  11.          Syntax:
  12.  
  13.          brz filename [maxrecordsize] [-s]
  14.  
  15.          filename : name of file to be browsed
  16.  
  17.          maxrecordsize : (optional) The maximum record length. Longer
  18.                          records will be truncated as far as viewing
  19.                          is concerned. Defaults to 128 characters.
  20.  
  21.          -s : (optional) Compensate for 'snow' on Color/Graphics
  22.               (CGA) displays.
  23.  
  24.          Examples:
  25.  
  26.          brz readme.doc
  27.          brz longrec.dat 1600
  28.          brz models.lst 133 -s
  29.  
  30.          Remarks:
  31.  
  32.          The cursor keys are used to scroll up, down, left, or right.
  33.          The PgUp and PgDn keys are used to scroll up or down by
  34.          screens. The Home and End keys are used to jump to the top
  35.          and bottom of files.
  36.  
  37.          BRZ.EXE is free.  It's usage is based on a program
  38.          (BROWSE.COM) written by Charles Petzold and copyrighted by PC
  39.          Magazine. I wrote it mainly to develop and test video routines
  40.          used by the KP5 program.
  41.