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
hedonist
Ok...do you think it would be possible to incorporate this into a perl script
David Hale - MSFT
Perhabs you can do this by writing some helper application (I'm not familiar with Perl) and call it from script...
Mathieu DESPRIEE
Ok cheers for the post
Is there any documentation you would recommend a look at....
Muruganandan Kandasamy
You mean using Compressed Folders I think it's possible if use Shell API, because Compressed Folders incorporated into Windows shell.
Alejandro Mario
Strange question for this forum...
Have a look at the cabarc sdk
P-Chip
ClintZync
pVoice
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.
DelboyJay