In Coldfusion 6 I used to be able to launch a .cfm file from a batch file (runme.bat) in the following way:
In Coldfusion MX 7 this obviously won't work since there is no "cfml.exe" file. Does anyone know how to do this in the newer version?
And I know about the Coldfusion Scheduler...I just can't use it for this particular application....
Thanks.
Paul.
Code:
set cf_template_path=c:\inetpub\schedule\runme.cfm
set QUERY_STRING=RequestTimeout=6000
c:\cfusion\bin\cfml.exe
In Coldfusion MX 7 this obviously won't work since there is no "cfml.exe" file. Does anyone know how to do this in the newer version?
And I know about the Coldfusion Scheduler...I just can't use it for this particular application....
Thanks.
Paul.