home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / l.lbr / LFIND.HZP / LFIND.HLP
Encoding:
Text File  |  1991-11-18  |  1.8 KB  |  33 lines

  1. ;
  2.                                   LFIND.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                5k (36)   271A  1.13       Martin Murray 2/85       Z3COM8
  6.  
  7.   1- Patch                                                                    
  8.  
  9.    LFIND searches from drive A: forward until drive x: looking for a specified
  10. filespec inside every library it comes across.  User areas from 0 to x will be
  11. searched on each drive.   The maximum number of drives to be searched is indi-
  12. cated by the byte at 00157h.   The maximum number of user areas in  stored  at
  13. 00158h, and should not exceed 32, which is the release default.
  14.  
  15.    The filespec indicated may contain wildcard characters.  All entries in all
  16. libraries searched will be listed to CON: as well as the name of the library.
  17.  
  18.    The optional toggle  "Q"  may  be  included  to tell  LFIND  to attempt  to
  19. unsqueeze every entry's name,  so to  speak,  to see if that entry might match
  20. after unsqueezing.  Naturally, this takes longer.
  21. :1
  22.                                LFINDPAT.HEX 
  23.                               
  24.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  25.                1k (2)    D373  1.0        Bruce Morgen 4/91        Z3COM12
  26. ==============================================================================
  27.  
  28.    Patch for LFIND vs 1.13 by Martin (NULU)  Murray which extracts the maximum
  29. drive and user from the  environment  if  running  under  ZCPR3.3+,  including
  30. NZCOM, Z3PLUS, Bgii, etc.  LFIND runs as before under vanilla CP/M.  Sorry, no
  31. Drive Vector support.  Also allows LFIND to respond to "//" help queries under
  32. Z.
  33.