I've tried a few free compression utilities, but the ones I've found just seem a little lame compared to the commercial products. Is there a good one?
|
feedback
|
closed as not constructive by Gareth, Sathya♦ Nov 24 '11 at 13:43
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.
|
I've been using IZArc for several years. Explorer integration, supports about every compression algorithm commonly used. | |||||||||||
feedback
|
|
7-Zip. Easy. It is seriously by far the best thing out there and is completely free. If the creators of 7-Zip insulted your mother and you wanted something else, IZArc is good too. | |||||||||||||||||||||
feedback
|
|
| |||||||||||||
feedback
|
|
Have you considered just using the compression features built into Windows? I find them unobtrusive, simple to use and adequate for my needs. Right click, Send To... Compressed (zipped) folder. | |||||||||||
feedback
|
| |||||||||
feedback
|
|
| |||||||||
feedback
|
|
I'm partial to PeaZip but freely admit most people seem to prefer 7-zip. | |||
|
feedback
|
|
DotNetZip. Free, easy to use. It's flexible, can read or write ZIP files with Unicode, AES encryption, ZIP64, variable compression ratios, self-extracting archives. Sometimes Unix utilities expect the timestamp associated to each entry in a ZIP file in a certain format. Mac tools (like Archive Utility) expect the timestamp to NOT be in Windows format. Sometimes applications expect ZIP files to encode the filenames in a particular code page. It can do any of those things. The tool allows you to include or exclude files into an archive based on size, or attribute, or timestamp, or filename, or some boolean combination of those criteria. You can say "(mtime > 2009-07-01) AND (size > 1mb)", and it will zip up all files modified after that date with sizes greater than 1 MB. Drag-n-drop works too. DotNetZip is primarily a ZIP library. What started as a "sample tool" to demonstrate features in the library has become a reasonable free replacement for WinZip. There's an MSI installer, or you can just download a ZIP file with the EXE file and required DLL file in it.
| ||||
feedback
|
|
When I don't care too much about the compression/decompression quality but in having a command line tool to do the job I use the "jar" tool bundled with java.
Extract the content of yourFile.zip in the current directory
Creates a .zip file named yourFile.zip with the contents of thisFolder | |||||
|
feedback
|
|
I put up quite a detailed feature list at Compressing with RAR vs ZIP for 7-zip | |||
|
feedback
|

