I have a bat file having below line
cd C:\Program Files\test\design
call open.bat Proj pswd/XXXXXX /ALL Design
I want to run this bat file using C# code. Please help me out with the code .I have tried couple of code but its not invoking application
var t=System.Diagnostics.Process.Start(@"A:\LogInBat\E3D4.0-Model_40.bat");