C
choihead
Hi All,
How can i excuete a bat file by c#?
I used System.Diagnostics.Process.Start("../stage.bat");
but it cannot find the file, is this the correct method to call the bat
file?
thx
choihead
How can i excuete a bat file by c#?
I used System.Diagnostics.Process.Start("../stage.bat");
but it cannot find the file, is this the correct method to call the bat
file?
thx
choihead