What is Windows XP's command line built in compression tool? I would like to call it from my batch file.

link|improve this question
On serverfault: serverfault.com/questions/39071/… – McAden Feb 7 '11 at 6:50
feedback

migrated from stackoverflow.com Feb 7 '11 at 6:20

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 1 down vote accepted

If CAB-file is approach see MAKECAB command.

link|improve this answer
Care to explain a bit more @Digionica? I don't think I really understand your answer – Ivo Flipse Feb 7 '11 at 10:30
You can create cab-archive using this standart command. It's not ZIP but compressed too. – Digionica Feb 7 '11 at 11:10
feedback

If you want NTFS filesystem-level compression, the command is compact. (For filesystem-level encryption, it's cipher.)

There is no command for creating ZIP archives, but it's possible to create CABs as Digionica noted.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.