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



> -----Original Message-----
> From: Claude Schneegans [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 03, 2008 10:43 AM
> To: CF-Talk
> Subject: Re: How can I unzip a password-protected zip file with cfzip?
> 
>  >>Extracting files from .ZIP:
> 
> This means PKZIP started correctly and found the zip file, but the
> extraction is not over,
> probably because the console program is waiting for the password to be
> entered.
> It looks like the password parameter is used to zip a file, but not for
> unzipping.
> 
> You may have to create a bat file and have PKZIP to read the password
> from the bat file.
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:311989
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