>From the CF help system searching for "CFML.EXE":
************************
To pass parameters to the script, you append a "?" to it and then specify a
list of parameters in a 'key=value' format (delimited by the & character).
For example, to call the script and tell it to use an application page file
called myquery.cfm, you would use the syntax:
/cgi-shl/cfml.exe?template=myquery.cfm
You can call the same application page with an additional parameter
Employee_ID=346 using the syntax:
/cgi-shl/cfml.exe?template=myquery.cfm&Employee_ID=346
************************
Cheers,
Luca
-----Original Message-----
From: Olivier Moulene [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 16 November 2000 5:01
To: CF-Server
Subject: CFML.exe as the command line
Hello,
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 ?
Thanks
----------------------------------------------------------------------------
--
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com