how do I run an exe from another exe file

  • Thread starter Thread starter TonyJ
  • Start date Start date
T

TonyJ

Hello!

I use VS 2003.
I just wonder how do I start an exe from another exe.

//Tony
 
You could use Process.Start.

Process.Start("IExplore.exe");

\Henrik
 

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

Similar Threads

Error Installing "ADAPTEC EZCD 4.04" 1
.exe file with C# 9
Knowing an exe file arguments 7
assembly and reuse 7
ngen 12
application domain 6
Finding .exe files at runtime? 2
Exe files on several computers 7

Back
Top