Are you using CF 5, I have huge huge problems with CFEXECUTE and Cf5,
processes that work fine in CF 4.5 won't work in CF 5.

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire

-----Original Message-----
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 01, 2001 2:17 PM
To: CF-Talk
Subject: CFEXECUTE


I'm trying to fire off an FTP process with CFEXECUTE.  I need to call FTP
and then a -s command with a command file.  So far I've got:

<CFEXECUTE
 NAME="C:\WINNT\system32\cmd.exe"
 ARGUMENTS="ftp -s:c:\path\to\file\ftpcommands.txt">
</CFEXECUTE>

This does not work.  If I call it just like this from the command line, it
works fine.  Any suggestions?

Thanks,
Dave

===============================
David R Hannum
Ohio University
Web Analyst/Programmer
(740) 597-2524
[EMAIL PROTECTED]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to