I'm trying to use cfexecute to run this bath file content:

ftp -s:getfiles.txt

The batch file reads its commands from "getfiles.txt", which
has the following code:

open datalink.interealty.com
[username]
[password]
cd /DataLinkOutput/SAV/SAV_1000019201
prompt
mget *.*
bye

I can run the batch file manually and all is well.

However, I can't get any results except a timeout when I use
<cfexecute> to run the batch file.

I've googled and tried everything I can think of, but obviously
something's not right.

Here's the <cfexecute> code:

<cfexecute name="e:\adobe_site\getfiles.bat"
           timeout="60">

But that's not working.

Suggestions?

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:312108
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