home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / CHK4LZ21.ZIP / CHK4COMP.DOC next >
Encoding:
Text File  |  1990-12-20  |  1.5 KB  |  38 lines

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