> After searching the web and CF archives ad nauseum, here's > my simple but unanswered question: Can I run a .cmd file > using CF?
Yes, you can, using the CFEXECUTE tag, although it may seem to be more difficult than it should. > I have a file that will run a sql DTS in a file called > hrmd.cmd and I want a CF page to invoke it. If your DTS package is on your database server, you might consider executing it through a stored procedure such as xp_cmdshell. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

