View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
doofy[_2_] doofy[_2_] is offline
external usenet poster
 
Posts: 7
Default calling .net exe file from within SSIS script task

I've got a ssis package. I need to get it to call an external .exe
file, and pass that file one or two parameters. The external file was
written in vb.net, if that makes any difference at all.

I've looked for the "execute" command, and not finding much. "Call",
not finding much. "Shell", not finding much.

Any help?