Shell in C#

  • Thread starter Thread starter Justin
  • Start date Start date
J

Justin

Hi,

Is there a comparable shell statement for C#? In vb.net you just use
Shell(). I need to shell out a process from within C#.

Thanks.
 
Or for greater control if needed create a new process object. For example, you can get an event when the process ends.
 
Justin, check out the Process class in System.Diagnostics. Also,
groups.google.com, msdn.microsoft.com, and www.google.com are great places
to find answers like this.
 

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