cfexecute
<cfexecute> ... </cfexecute>
Executes a command-line program on
the server. No HTML or CFML should appear between the start and end
of the cfexecute
tags, and
cfexecute
tags can’t be nested.
If for some reason an exception is thrown while attempting to execute
the cfexecute
tag, the following rules apply:
If the application specified in the name attribute can’t be found, an “Application File Not Found” exception is thrown.
If the ColdFusion user executing the application doesn’t have permission to do so, a security exception is thrown.
If a value is specified for outputfile
, and the
file can’t be opened, an “Output
File Cannot Be Opened” exception is thrown.