Lunching an other application from within a C# console app? (Like CreateProcess win api)

  • Thread starter Thread starter Bredahl jensen
  • Start date Start date
B

Bredahl jensen

I need to start an onther program within my manged application written in
C#.

How can i achieve this?


Many Thanks in advance

JB
 
Take a look at the Process class and Process.Start() (I think, that's from
memory) method. There are examples in the help file that do just that.

Chris
 
Many thanks.

Cheers!


JB
Chris said:
Take a look at the Process class and Process.Start() (I think, that's from
memory) method. There are examples in the help file that do just that.

Chris
 

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