Win Zipfldr.dll Alternative

ZipfldrAlt

Windows provides no direct way to use zipfldr.dll for zipping or unzipping from the command line.
So I've written a wrapper around ICSharpCode.SharpZipLib.Zip
And I've used ILMerge so the exe contains the SharpZipLib dll too.
You can zip and unzip whole folders from the command line with it; no installation required.
But I haven't coded it to accept individual file(s), only an entire folder.

Comments