I had a bat file that created an HTML page based off of the running of a CFM page. With MX, it doesn't work anymore. Can anyone look at what I was doing and give me some direction? Bat file: REM *** set variable to contain URL variables set QUERY_STRING="PASSEDNAME=a0002" REM *** set variable to call specific CF template set CF_TEMPLATE_PATH=c:\Dir\gmd_hp_jms_critical_path_summ_html.cfm REM *** Run template into a tmp file @for /f "usebackq skip=5 tokens=*" %%i in (`c:\CFusion\BIN\cfml`) do @echo+ %%i>>"c:\Dir\gmd_hp_jms_critical_path_summ.tmp" REM *** Copy from the tmp file into the html file copy "c:\Dir\GMDUtilities\gmd_hp_jms_critical_path_summ.tmp" "c:\Dir\GMDUtilities\gmd_hp_jms_critical_path_summ.html" REM *** Delete the tmp file if it is there if exist "c:\Dir\gmd_hp_jms_critical_path_summ.tmp" del "c:\Dir\gmd_hp_jms_critical_path_summ.tmp" Thanks, Brian Yager President - North Alabama Cold Fusion Users Group http://www.nacfug.com Ground-Based Midcourse Defense JPO Contractor CSC (256)313-9668 [EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

