Hi
Is it possible to use the windows zip function on the command line
I want to incorporate this into my program. I know there is an add on for win zip but was wondering if its possible to do with the windows own version...
Cheers
Hi
Is it possible to use the windows zip function on the command line
I want to incorporate this into my program. I know there is an add on for win zip but was wondering if its possible to do with the windows own version...
Cheers
Windows Zip
jaime.rq
Ok...do you think it would be possible to incorporate this into a perl script
InfoGenesis
Ok cheers for the post
Is there any documentation you would recommend a look at....
Santito
I tried to play with this http://www.rondebruin.nl/windowsxpzip.htm once, but never could make it work in either JScript or VBScript besides listing the ZIP archive's content.
I've seen code opening ZIP archives and accessing "files" using the SharpZipLib in .NET 1.1.
yoder30
Strange question for this forum...
Have a look at the cabarc sdk
erwinpogz
BrettBrown
Joe Drummer
You mean using Compressed Folders I think it's possible if use Shell API, because Compressed Folders incorporated into Windows shell.
stan_v
Perhabs you can do this by writing some helper application (I'm not familiar with Perl) and call it from script...
Tahir275