I have to run bunch of .src file to txt.file thru executable program which was written in SSIS.
I have never used execute process task before please help me to run this.
For multiple files what variable name should be given?
Lets say name of program is : Data.exe which is in folder C:\Data\
This .exe takes two input. one input file name and one output file name
all the source files are located at C:\source\
Please help me to run this multiple file at once .
Thanks