ketankshah
IS-IT--Management
I want to use CFEXECUTE to run a .cfm file with url parameters.
example:
<CFEXECUTE NAME="C:\CFUSION\BIN\CFML.EXE" ARGUMENTS="C:/Inetpub/ outputfile="C:/Inetpub/
It is not executing the file and if I see the outputfile, it is showing an error 'Object not found'. The same thing works if I remove the url parameter ?id=1 from the arguments.
How can I pass such parameters in CFEXECUTE?
Ketan
example:
<CFEXECUTE NAME="C:\CFUSION\BIN\CFML.EXE" ARGUMENTS="C:/Inetpub/ outputfile="C:/Inetpub/
It is not executing the file and if I see the outputfile, it is showing an error 'Object not found'. The same thing works if I remove the url parameter ?id=1 from the arguments.
How can I pass such parameters in CFEXECUTE?
Ketan