home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / CHK4LZ20.ZIP / CHK4LZE.DOC next >
Encoding:
Text File  |  1990-12-16  |  1.2 KB  |  33 lines

  1. CHK4LZE.EXE   Ver. 2.00 (12-15-90) by John Land, Esq. (Patent & Copyright Law)
  2.  
  3. Utility to show which .EXE files have been compressed by PKLITE, LZEXE
  4. (versions 0.90 and 0.91), and/or TINYPROG.  Also can show misnamed .EXE or
  5. .COM files.  Output is sortable by size (default) or name, and is
  6. redirectable.  Subdirectories can be processed.  Public Domain.
  7.  
  8. USAGE is:   CHK4LZE {filespec}  {/option}...{/option}
  9.  
  10. {filespec} can take wildcards (default is *.EXE).
  11. If {filespec} is a directory name, it must end in \.
  12. Options can be in any order.
  13.  
  14. List options:
  15.   /A  -- show All specified files (default)
  16.   /C  -- show only Compressed files
  17.   /U  -- show only Uncompressed files
  18.   /M  -- show all Misnamed .COM and .EXE files (no wildcards allowed)
  19.  
  20. Sort options:
  21.   /N  -- by file Name
  22.   /S  -- by file Size (default)
  23.  
  24. Other options:
  25.   /R  -- Redirect mode; suppress most banners and file size info
  26.   /L  -- Loop through subdirectories
  27.  
  28. NOTE:  With the /L option, all subdirectories under the current
  29.        subdirectory are searched, but banners are shown ONLY for those
  30.        subdirectories with files matching the initial search criteria
  31.        (e.g., *.EXE files).
  32.  
  33.