I don't know if or how you could do this directly. However, if it's not possible, the following might provide a suitable solution.
In your cf template (harness_tag_disqualify_user_field.cfm), embed your code in the <cfsavecontent></cfsavecontent> tags (Use cf_bodycontent custom tag if you're not running CF5). This will allow your output to be stored to a variable. Then you can add a <cffile action="write"> statement to the end of you script to dump the output to the file that you want. -Nelson ----- Original Message ----- From: "Dave Babbitt" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 18, 2001 9:00 AM Subject: How do I pipe the results of running CFML.EXE to a file? > Hi Guys! > > How do I pipe the results of running C:\CFUSION\BIN\CFML.EXE > C:\Inetpub\wwwroot\hhss_root\_PM\dbabbitt-test\harness_tag_disqualify_user_f > ield.cfm to test_results.htm? > > Thanx > > Dave > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

