Chris The reason I want to do this is case I want to set up a bat file and call it as a windows schedule rather than a cf schedule, so the method you have outlined wont really help me
But thanks anyway Steve -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Velevitch Sent: Monday, November 15, 2004 5:27 PM To: CFAussie Mailing List Subject: [cfaussie] Re: CFML from Command Line 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/ --- 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/
