Advertisement
GVOLTT

Untitled

Nov 26th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. Displays or alters the compression of files on NTFS partitions.
  2.  
  3. COMPACT [/C | /U] [/S[:dir]] [/A] [/I] [/F] [/Q] [filename [...]]
  4.  
  5. /C Compresses the specified files. Directories will be marked
  6. so that files added afterward will be compressed.
  7. /U Uncompresses the specified files. Directories will be marked
  8. so that files added afterward will not be compressed.
  9. /S Performs the specified operation on files in the given
  10. directory and all subdirectories. Default "dir" is the
  11. current directory.
  12. /A Displays files with the hidden or system attributes. These
  13. files are omitted by default.
  14. /I Continues performing the specified operation even after errors
  15. have occurred. By default, COMPACT stops when an error is
  16. encountered.
  17. /F Forces the compress operation on all specified files, even
  18. those which are already compressed. Already-compressed files
  19. are skipped by default.
  20. /Q Reports only the most essential information.
  21. filename Specifies a pattern, file, or directory.
  22.  
  23. Used without parameters, COMPACT displays the compression state of
  24. the current directory and any files it contains. You may use multiple
  25. filenames and wildcards. You must put spaces between multiple
  26. parameters.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement