I have a batch file which works fine when entered in at the
command prompt;
C:/temp/mybat.bat
but when I use cfexecute it fails.
Now this may be more of a case of what I am calling than CF
itself.
here is the output:
C:\CFusionMX7\runtime\bin>"C:\Program
Files\Ipswitch\WS_FTP Professional\ftpscrpt" -f
C:\temp\poolsite.scp Processing Line 1 [CONNECT pacmed -p] Finding
Host poolsite... Address lookup of "poolsite" failed. It may be
misspelled, or your computer may not be connected to the network or
Internet. Also check that your DNS and local name servers are
properly configured and responding. Failure in command [CONNECT
poolsite-p] Processing Line 2 [ONSUCCESS SHELL C:/temp/remove.bat]
Set [ONSUCCESS] action to [SHELL C:/temp/remove.bat] Processing
Line 3 [MPUT c:/temp/apptTxfr/*.*] Not Connected Failure in command
[MPUT c:/temp/apptTxfr/*.*] C:\CFusionMX7\runtime\bin>ECHO OFF
the very odd thing, is again, when I call this from a command
line, it works fine.
are there any wrappers or special ways I need to encapsulate
this when using cfexecute?