Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Executing an Exe from orchestration › Re: Executing an Exe from orchestration
March 15, 2007 at 7:15 AM
#17991
Hi Sajid,
I'd probably start by asking why you would want to do this and look at exploring other avenues first, but if you're determined to do this out of an orchestration I would suggest that you create a static .NET helper class that will start an exe. There are bags of blogs that detail how to use a helper class out of an orchestration.
Nick.