README.TXT
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. Display and Alter the Compression of Files or Directories
  2. The COMPACT tool compresses files on an NTFS drive.
  3. Usage: 
  4. COMPACT [/C | /U] [/S[:dir]] [/A] [/I] [/Q] [filename [...]]
  5. /C       Compresses the specified directory or file.
  6. /U       Uncompress the specified directory or file.
  7. /S       Performs the specified operation on matching files in the
  8.          given directory and all subdirectories. Default "dir" is 
  9.          the current directory.
  10. /A       Do not ignore hidden or system files.
  11. /I       Ignore errors.
  12. /F       Force the operation to compress or uncompress the 
  13.          specified directory or file.
  14. /Q       Be less verbose.
  15. filename Specifies a pattern, file, or directory.
  16. When used without parameters, COMPACT displays the compression state of the 
  17. current directory. You may use multiple filenames and wildcards.