How to call a exe from another project in the same solution??

V

Vanessa

Hi,
I want to have solution that contains multiples projects (.exe) format. Now
I have some question in mind.

How do I call a executable file from another project?
I needs to pass some information from the first exe to the exe that I call,
how should I go about doing it?

Is there any Site that has good examples that I can have a look?

Regards
vanessa
 
V

Vanessa

If there is connection between the apps, then how should I go about doing
it? And if I need to wait for the process (2nd exe) to end before I can
continue the Main exe, is there a way?

Regards
Vanessa
 
C

Chris Dunaway

Hi,
I want to have solution that contains multiples projects (.exe)
format. Now I have some question in mind.

How do I call a executable file from another project?
I needs to pass some information from the first exe to the exe that I
call, how should I go about doing it?

Is there any Site that has good examples that I can have a look?

Regards
vanessa

Check out System.Diagnostic.Process classes
 

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

Top