There is a zip/unzip option in the context menu so is it accessible from the command line?

link|improve this question
feedback

2 Answers

Yes and no.

The yes:

rundll32.exe zipfldr.dll,RouteTheCall filename.zip

would open the file in the explorer as a "compressed folder" similar to clicking open a zip folder

The no:

There is no other entry point in zipfldr.dll that allows decompressing files directly from command line. I would suggest using the 7zip command utilities or unzip.exe as these are free (as in freedom as well as in beer)

link|improve this answer
feedback

No it doesn't by default, but check here to do it anyway: http://stahlworks.com/dev/index.php?tool=zipunzip

link|improve this answer
feedback

Your Answer

 
or
required, but never shown