System.Diagnostics.Process.Start does not work everytime

Ask general questions here.
smigup
Posts: 13
Joined: Mon Nov 30, 2009 9:49 am

System.Diagnostics.Process.Start does not work everytime

Post by smigup » Mon May 24, 2010 1:04 pm

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

User avatar
Ciege
Posts: 1336
Joined: Thu Oct 16, 2008 6:46 pm
Location: Arizona, USA

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

Post by Ciege » Mon May 24, 2010 4:58 pm

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?
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!

Ciege...