> > Correct. cmd.exe simply opens the window which allows you to run > > batch files ... that's what CFEXECUTE is already doing for you. > > That's not correct at all. Batch files are run by the command > processor - cmd.exe. CFEXECUTE is not a command processor.
I think you're misinterpreting Jason - he's not saying cfexecute interprets the script file itself, he's saying specifying/running cmd.exe is an extra unnecessary step, since it's going to happen anyway. There may be times when it is necessary/useful to use cmd.exe with its assorted switches, but for a straight batch file it is not a requirement. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322767 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

