A Very Simple Question About C# - How to Invoke an Existing .exe in C#

  • Thread starter Thread starter Greatfree
  • Start date Start date
G

Greatfree

Dear all,

I am a new comer to study C#. I need to invoke an existing .exe in C#. I
know in Java the class, Runtime, supports such a functionality. But the
class, Runtime, of .NET seems to have no such functionality. How can I do
that?

Best,
greatfree
 
Back
Top