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

  • Thread starter Thread starter Vanessa
  • Start date Start date
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
 
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
 
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
 
Back
Top