Page 1 of 1

System.Diagnostics.Process.Start does not work everytime

Posted: Mon May 24, 2010 1:04 pm
by smigup
Hi,

Facing issue with starting a batch file. The command does not always work. Not sure what's happening.

command being executed is:
System.Diagnostics.Process.Start(@"C:/appBuilds/app/RunApp.bat");

Need help! Thanks
Smita

Re: System.Diagnostics.Process.Start does not work everytime

Posted: Mon May 24, 2010 4:58 pm
by Ciege
What error are you getting? Can you describe a little more about what you mean "it does not always work". Does it sometimes work? What is different in your scenario between when it does and doesn't work?