home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / zsys / znode-12 / s / z3help02.lbr / QL.HZP / QL.HLP
Encoding:
Text File  |  1993-06-12  |  3.6 KB  |  80 lines

  1. ;
  2.                                      QL.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                8k (63)   6D7D  4.0        Steven Greenberg 8/88    Z3COM7
  6.  
  7.   1- Syntax/Usage  2- Help Screen  3- Notes                                   
  8.    
  9.    QL is  a 'Quick Look' typer for reasonably sized libraried  or unlibraried,
  10. crunched,  squeezed and normal text and binary files, for Z80 cpu's only under
  11. CP/M 2.0 or later.  
  12.  
  13.    Features include:  fast random access paging  of libraried  or stand-alone,
  14. crunched,  squeezed  or normal text files;  DDT-like display of binary  files, 
  15. crunched,  squeezed or normal;  easy access to  lbr members;  page  numbering;
  16. immediate jump to any page;  core dumping;  fast simple  string searching  for 
  17. text and hex bytes within files and core for reasonably sized files or as much
  18. as can be entirely RAM resident.
  19. :1
  20.  
  21.    Syntax:  QL <afn>   //where <afn> should not match more than 255 files//
  22.  
  23. 1. Type QL.   A vertically oriented,  alphabetized display of all filenames in 
  24.    the current du: will be displayed, with a number next to each one.
  25.    
  26. 2. Pick a number of  a  file to view.   If it's squeezed/crunched,  it will be 
  27.    taken care of.   If it's a library file,  you'll  be presented with   a new 
  28.    screen with all the members listed. 
  29.  
  30. 3. Now view the file, one screen at a time.   Go forward/backward  a page at a 
  31.    time, forward line by line,  or directly to a  specific page by typing  the 
  32.    'page' number, or by using the 'find' command to scan for specific text.
  33.    
  34. 4. Typing '?' will display a help screen  which also gives current settings of 
  35.    the 'toggles' and a summary of the file,  where it is,  its size  in kbytes 
  36.    and number of words and lines if appropriate.
  37.    
  38. 5. Type ^X (or ESC or Q)  to escape  to the previous level.  ^C  (or ^K)  will
  39.    instantly exit to CP/M from any point. 
  40. :2
  41.  
  42. QL v4.0 /Z3 14 August 1988
  43.       
  44.   --- While viewing ---              --- Toggle Commands ---
  45.  
  46. <cr>   Forward one page            A   Display ASCII / HEX:  ASCII
  47. <sp>   Forward one line            T   Truncate long lines*    YES
  48. <##>   Go to any page ##           C   Case sensitive find:     NO
  49.  B     Backward one page
  50.  F     Find text or hex byte
  51.  R     Repeat find
  52.  X     Exit viewing  //also ESC, ^X, Q//
  53.  
  54.   File: B10:QL     .DOC
  55.   Size: 2419 bytes (3k)
  56. Approx: 53 lines, 396 words.
  57.  
  58. Command, or <ret> to resume Viewing:
  59. :3
  60.  
  61. QL Notes:
  62.  
  63.    a. QL will handle 50k for normal text files,  50k for squeezed  files after
  64.       unsqueezing, or 28k for crunched files after uncrunching.
  65.     
  66.    b. Version 4.0  provides  file extraction  for LBR files.   At the  'View a 
  67.       member:" prompt, enter 'E' for extract mode.   A new prompt,  'Extract a
  68.       member:" will appear  and  any  members selected  will automatically  be
  69.       extracted  to   the  originally  logged  du:  (unsqueesed/uncrunched  if 
  70.       necessary.  QL will not overwrite a pre-existing file without a prompt.
  71.  
  72.    c. Version 4.0  also provides a memory dump option,  which can be initiated
  73.       at  the first 'select by number' prompt.   'M' will  display the current
  74.       system memory (actual addresses).   When a file is displayed in HEX mode
  75.       the addresses are correct for a file loaded at 100h.   Most commands are 
  76.       available during memory dump.
  77.  
  78.    d. To search for hex bytes  in HEX mode,  precede them with '$'.  '$1176AC' 
  79.       thus searches for the series of bytes 11h, 76h, 0ACh.
  80.