C#- Executing Exe without using System.Diagnostics.Process.Start

Posted by Lee on Stack Overflow See other posts from Stack Overflow or by Lee
Published on 2010-03-22T17:48:11Z Indexed on 2010/03/22 17:51 UTC
Read the original article Hit count: 497

Filed under:
|
|

Hi all,

I have a program that crashes when I execute it with System.Diagnostics.Process.Start in C#, but works fine if I execute a shortcut or batch file that runs the exe. Are there any alternative means of executing programs in C#, or any reasons why Process.Start might not work compared to the shortcut or batch file? I'd rather not have to generate a batch or shortcut file to run the application.

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about execute