Launching and executable with console app

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey, all, I am writing a console app which will eventually involve many UI functions; but for now, i would like to know what method or function i could use to launch an executable file. My project is a console app

thanks. BDW
 
* "=?Utf-8?B?QmlnIERhZGR5IFdvbGY=?= said:
hey, all, I am writing a console app which will eventually involve many UI functions; but for now, i would like to know what method or function i could use to launch an executable file. My project is a console app.

'System.Diagnostics.Process.Start(<filename>)'.
 

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