Silly Cookie linking to a thread in the beta forum
Here is what is in the post anyway:
(hope you don't mind, Cookie)
quote:
Originally posted by CookieRevised
You could also use pure scripting to unzip a file.
The disadvantage for this is that it only works on XP and higher (thus also Vista), you can't hide the dialogs and you need to make sure the native zipping is enabled (DLL registered, but that can be done with your script too actually).
Or you could call zlib.dll with the Interop calls. zlib is very likely present on every system, although this is not always true, but that would be rare.