RE: Trying to use cfexecute to run batch file...

2008-09-06 Thread Rick Faircloth
e when I'm just sent incremental data each day, but don't know whether those files are for insertion, deletion, or updating! Rick > -Original Message- > From: Justin D. Scott [mailto:[EMAIL PROTECTED] > Sent: Saturday, September 06, 2008 12:54 PM > To: CF-Talk > Subj

RE: Trying to use cfexecute to run batch file...

2008-09-06 Thread Justin D. Scott
> However, I can't get any results except a timeout when I use > to run the batch file. > > timeout="60"> Based on the file sized that you're likely dealing with, the timeout is too low. I run my CDEXECUTE with a timeout of 10800 for IDX downloads... FTPBatch.cmd is in the same

RE: Trying to use cfexecute to run batch file...

2008-09-06 Thread Dave Watts
> I'm trying to use cfexecute to run this bath file content: > > ftp -s:getfiles.txt Specify the full path to getfiles.txt. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washingt

Re: Trying to use cfexecute to run batch file...

2008-09-06 Thread Jim Wright
On Sat, Sep 6, 2008 at 8:17 AM, Rick Faircloth <[EMAIL PROTECTED]> wrote: > Trying the cfexecute this way didn't work, either: > > name="c:\windows\systems32\cmd.exe" > arguments="/c e:\adobe_site\getfiles.bat" > timeout="30"> > > I'm guessing the context of the cfexecute is some

RE: Trying to use cfexecute to run batch file...

2008-09-06 Thread Rick Faircloth
Trying the cfexecute this way didn't work, either: ??? Thanks, Rick > -Original Message- > From: Rick Faircloth [mailto:[EMAIL PROTECTED] > Sent: Friday, September 05, 2008 11:55 PM > To: CF-Talk > Subject: Trying to use cfexecute to run batch file... &g

Trying to use cfexecute to run batch file...

2008-09-05 Thread Rick Faircloth
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_119201 prompt mget *.* bye I can run the batch fi