Possible Duplicate:
Compressing files in windows
I want to compress a file using the command line. This command-line
C: compact /c aa.xml
returns a successful message but I can't see any ZIP file in the C folder. Where is the problem?
I want to compress a file using the command line. This command-line
returns a successful message but I can't see any ZIP file in the C folder. Where is the problem? | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
compactdoesn't compress things. It tells NTFS to do so. – Marcelo Cantos May 14 '10 at 10:10