> Is it possible to transmit parameter to the called template 
> when using CFML.exe in a command line?
> 
> the syntax I use is : c:\cfml.exe c:\my_dir\my_file.cfm
> but i cannot pass any parameter to the template.
> 
> Is there another syntax that permit it ?

Yes, you can do this by setting environment variables before running
CFML.EXE. Typically, you'd do this in a batch file like this:

SET CF_TEMPLATE_PATH=C:\inetpub\wwwroot\myfile.cfm
SET QUERY_STRING=RequestTimeout=60000
C:\CFUSION\BIN\CFML.EXE

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to