将参数传递给SSIS执行过程任务

问题描述:

我正在使用SSIS 2012。

I am using SSIS 2012..

我想执行带有两个变量参数的exe文件

i want to execute a exe file with two variable parameters

可执行文件:C:\temp\MyExe.exe

Executable: C:\temp\MyExe.exe

参数1: ABCD ----------类型为字符串

Parameter1: ABCD ---------- type is string

参数2: 1234 ----------类型为字符串

Parameter2: 1234 ---------- type is string

在Dos中看起来像这样

In dos it looks like this

c:\temp> MyExe.exe ABCD 1234

这将很好执行。

现在,我不知道要使用执行流程任务在此处放置什么

Now I do not know what to place here when I want to use the Execute Process Task in SSIS.

我的错误,我的MyExe.exe之后有一个可恶的空间

My mistake, I had a damn space after the MyExe.exe