I want to execute multiple commands as below:
cd C:\\Informatica\\9.0\\clients\\PowerCenterClient\\client\\bin
pmrep
connect -r rs_01_lab -d Domain_D
You need to set the parameter in the ProcessStartInfo.
Example.
Either set the Arguments Property
Or use a different overload of the .Start() method.