home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / LS321.ZIP / DUFI.DOC next >
Text File  |  1990-02-18  |  1KB  |  25 lines

  1. DUFI 1.0 Copyright London Computing 1989,  All rights Reserved.
  2.  
  3. Usage is:  DUFI [-Fnn] [-Wtr,tc,#r,#c] [-Cn,b,r] filename
  4. where: filename is name of file to display
  5.        -Fnn           Records are fixed length, nn bytes. 1 <= nn <= 4096
  6.        -Wtr,tc,#r,#c  Display in Window.  Upper left corner is tr,tc (from 0)
  7.                       Window is #r rows high, #c columns wide. #r >= 8, #c >= 32
  8.  
  9.        -Cn,b,r        Window Color is: n -- normal, b -- high intensity,
  10.                       r -- reverse video.  Use color numbers 0-255.
  11.  
  12. Arrow keys     scroll file left, right, up and down
  13. PgUp and PgDn  scroll file up, down 1 Screen
  14. TAB, SHIFT-TAB scroll file right, left 10 columns
  15.  
  16. Any of the above keys may be preceded by a repeat count, eg 5PgDn causes
  17. PgDn key to be pressed 5 times.
  18.  
  19. ^Home, ^End    scroll to top, bottom of file
  20. Home, End      scroll to left or right end of line
  21. F1             displays help
  22. F3             toggles HEX display
  23. F5             marks fields for LSORT, Field info written to dufi$$$$.$$$
  24. ESC            Quits
  25.