brian873 Posted December 10, 2004 Posted December 10, 2004 Hi,I want to be able to zip and unzip folders in a batch command. Then copy the zip files to another location. My question is does anybody know how to use XP’s built in zip support to do this via a command line ?ThanksHail Hail
prathapml Posted December 10, 2004 Posted December 10, 2004 No, it must be possible to call the DLL to do it. I think your command would look something like:rundll32 zipfldr.dll,section 2I don't use XP's zipping facility though, so maybe someone else who comes along can give a clearer idea.
ChunkDog Posted December 10, 2004 Posted December 10, 2004 you could use pkzip to do it, just have to add a path to windows that points to it, just so you dont have to type the full path. I hope that helps you heres how to setup paths in windows xp/2000:1. Go to system properties.2. Go to the advanced tab.3. click on Environment Variables4. Under System Variables, look for the variable labeled "Path", and then edit it.5. It's an easy syntax to catch on too, just seperate each path with a semi-colin ( ; ). So if you put pkzip in c:\pkzip, just add that to the rest of the paths and your all set. Good luck!
FrankE9999 Posted December 10, 2004 Posted December 10, 2004 You can use Info-Zip's Zip and Unzip or sometning like 7-zip.
batman75 Posted December 12, 2004 Posted December 12, 2004 I use UHARC or 7zip for command line zipping.Works great for me.
brian873 Posted December 13, 2004 Author Posted December 13, 2004 Thanks everyone.... Although I am trying to do it with just the Windows software.prathapml: I am having a look at your idea, not much luck so far but will keep dgging.Hail Hail
cyberthug Posted December 13, 2004 Posted December 13, 2004 pkzip software comes to mind..i'm not sure what exactly ur trying to do.. but would winRAR's sfx help ya?
brian873 Posted March 31, 2005 Author Posted March 31, 2005 Has anyone came up with any more ideas ?I have not been able to find more info on this ?hail hail
derekgreer Posted April 15, 2005 Posted April 15, 2005 Hey Brian. I ran across your post looking for the same thing. I signed up for this forum just to comment on the responses you've received. Don't you hate it when you explicitly state the restraints you desire the solution to be within (e.g. XP's built in zip support) and people respond with stuff like "how about pkzip"? prathapml seem to be the only one who understood the question. Since there are so many dim people out there, you might have to state that you are wishing to write a script that you wish to deploy without having to depend on the destination machines already having 3rd party compression software loaded or having to load a 3rd party software yourself. Of course, even with that you may still get responses like "try using winzip" I'm still looking, so if I run across the answer I'll post back.DerekP.S.have you tried looking at pkzip?
brian873 Posted April 15, 2005 Author Posted April 15, 2005 Hi derekgreer Thanks for the post. I have searched high and low for this and came up blank. I have a solution for it at the moment with third party tools but I would still like to be able to do this with an out the box XP.Back to the search engine !Hail Hail
dman Posted April 15, 2005 Posted April 15, 2005 Are you the one preparing the zipped archives? you could compress them into ".cab" format with native "makecab" and use native "expand" command to unzip.
brian873 Posted April 15, 2005 Author Posted April 15, 2005 Thanks Dman, that is an option although I would prefer to use the zip folder DLL to do this job.hail hail
dman Posted April 15, 2005 Posted April 15, 2005 The zip folder dll is an explorer shell extension that tells windows to display zip archive as a folder, don't think you can make any use of this from command line. The zip dll itself is gzip.dll. If you find a way please PM me so I don't miss post. I would like to be able to do this as well, but I don't think its possible.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now