Just because the user ColdFusion runs as has access to the e:\adobe_site\ 
directory does not guarantee that it also has access to 
e:\inetpub\webroot\real_estate_data\smlc\daily_downloads\zip_files

Have you confirmed the actual user ColdFusion is running as?  If you are on 
Windows and start ColdFusion automatically as a server, go to your services, 
click properties for "ColdFusion 8 Application Server" (if you have CF8), 
click on the "Log On" tab and see what user is being used.

Also, make sure your arguments are correct, put everything in a batch file 
that you can run from the command line and get the correct results.  Then 
have CF call that same batch file.  There may be a difference between how 
you are "testing" it and cfexecute is actually calling it.

~Brad

----- Original Message ----- 
From: "Rick Faircloth" <[EMAIL PROTECTED]>
To: "CF-Talk" <cf-talk@houseoffusion.com>
Sent: Tuesday, September 02, 2008 7:45 PM
Subject: RE: How can I unzip a password-protected zip file with cfzip?


> Ok...
>
> So I ran:
>
> <cfexecute
> name="c:\windows\system32\netstat.exe"
> arguments="-e"
> outputfile="e:\adobe_site\netstat.txt"
> timeout="1">
> </cfexecute>
>
> No problem...got the outputfile.
>
> ???


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