On Mon, 15 Nov 2004 14:06:29 +1100, Steve Onnis <[EMAIL PROTECTED]> wrote:

Example

<cfexecute   arguments="bla.cfm"
                name="c:\CFUSION\bin\cfml.exe"
                outputfile="debug.html"
                timeout="1">

Steve

How about:-

<cfsavecontent variable="myoutput">
<cfinclude template="bla.cfm>
</cfsavecontent>
<cffile action="write" file="debug.html" output="#myoutput#">


Chris

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to