Hi guys i have a ssis package with a "Execute process Task" that executes a batch file. What I want to do by using expressions is to send multiple arugments do it.
Batch file looks like this....
cd %1
echo %1
pause
Ive set up my variables but how do i send mutiple values as the following does not parse correctly in the expression builder.
@[User::localDestinationlDirectory] @[User::userName]
thanks
Batch file looks like this....
cd %1
echo %1
pause
Ive set up my variables but how do i send mutiple values as the following does not parse correctly in the expression builder.
@[User::localDestinationlDirectory] @[User::userName]
thanks