"for some reason its not waiting till the exe file has finished before
it continues"

Steve:

is it possible that CFEXECUTE is throwing an error that's not easily seen?

if so, CF8.01 has some new attributes that may help with that
-------------------------------------------------------
The cfexecute tag has two new attributes for accessing the error
stream of the executed
process. You can use either of the following attributes, but you
cannot use both in the same
tag.
• errorVariable The name of a variable in which to save the error stream output.
• errorFile The pathname of a file in which to save the error stream
output. If not an
absolute path (starting a with a drive letter and a colon, or a
forward or backward slash), it is
relative to the ColdFusion temporary directory, which is returned by
the GetTempDirectory
function.
-------------------------------------------------------
http://www.coldfusionjedi.com/index.cfm/2008/4/9/ColdFusion-801-change-to-CFEXECUTE

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to