Hmmm...a previous post I sent addressing running CF under a different
log on account didn't post. Oh well...

I did create a .bat file called, "openie.bat", which reads:

@echo off
start iexplore.exe -new www.adobe.com

I can double click it or open it from the command line and it opens
the browser and goes to adobe.com.

However when I run this cfexecute command on the .bat file:

<cfexecute
     name="c:\adobe_site\openie.bat"
     timeout="10" />

It does initiate the start of iexplore.exe, because I can view it
in the Task Manager, however, no window opens.  Perhaps my arguments
should be handled differently in cfexecute?

Then, I changed the "Log on as" for CF to my local account instead
of "Local System Account" and the same thing happens...iexplore.exe
begins to run in the task manager, but no IE window opens.

Note, also, that I created the new .bat file on the c: drive just to
make sure that the webroot wasn't part of the problem.

Are these event indications that I have permission problems?

Suggestions?

Thanks,

Rick



> -----Original Message-----
> From: Brad Wood [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 03, 2008 12:19 AM
> To: CF-Talk
> Subject: Re: How can I unzip a password-protected zip file with cfzip?
> 
> 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?
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:311979
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to