Marcus Goedeker wrote: > I have a very simple batch file that i can run fine on its own, but can't > seem to get it to work using cfexecute. I used cfexecute a couple years ago > and had no problems, but i can't seem to get it to work with this particular > batch file. The cfexecute code is very simple...<cfexecute > name="C:\test.bat" outputfile="C:\output.txt"></cfexecute>
Try: <cfexecute name="c:\windows\system32\cmd.exe" arguments="c:\test.bat" outputfile="c:\output.txt" /> Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310842 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

