home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / winnt / compact / readme.txt < prev    next >
Text File  |  1996-04-19  |  869b  |  25 lines

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