Finally found an old online pkzip 2.5 manual.

Here's the format for using a password in the args of cfexecute:

<cfexecute
     name="C:\adobe_site\pkzip25.exe"
     arguments="-extract c:\adobe_site\MI20080901_031315_RES_1.zip 
c:\adobe_site\extracted_files
-pass=bsz3xuYD"
     timeout="5" />

Man was I glad to see that extracted file!
My life can move forward again!

Thanks to everyone for your help!

Rick

> -----Original Message-----
> From: Rick Faircloth [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 03, 2008 10:54 AM
> To: CF-Talk
> Subject: RE: How can I unzip a password-protected zip file with cfzip?
> 
> I tried to run this batch file manually:
> 
> @echo off
> start c:\adobe_site\pkzip25.exe -extract 
> c:\adobe_site\MI20080901_031315_RES_1.zip
> c:\adobe_site\extracted_files -password xxxxxxxx
> 
> But that did the same thing.  Password just doesn't take...
> 
> Are you talking about creating a cfexecute like this: (No password in the 
> args)
> 
> <cfexecute
>      name="C:\adobe_site\pkzip25.exe"
>      arguments="-extract c:\adobe_site\MI20080901_031315_RES_1.zip 
> c:\adobe_site\extracted_files"
>      timeout="5" />
> 
> And then call a batch file somehow to supply the password?
> 
> I think you're right that the console is waiting for the password.
> I just don't know how to give it to it!
> 
> Thanks,
> 
> Rick



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311991
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to