I am using SSIS 2012..
i want to execute a exe file with two variable parameters
Executable: C:\temp\MyExe.exe
Parameter1: ABCD ---------- type is string
Parameter2: 1234 ---------- type is string
In dos it looks like this
c:\temp>MyExe.exe "ABCD" "1234"
This will executes fine.
Now I do not know what to place here when I want to use the Execute Process Task in SSIS.