Running an EXE from C# code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to run an executable from within C# code. In the VB6 world, we would
use a Shell function to run an application. How would this be done in C#?
 
Robert said:
I need to run an executable from within C# code. In the VB6 world, we
would use a Shell function to run an application. How would this be done
in C#?

Look at the System.Diagnostics.Process object, including its Start method.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top