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>)'.
 
Back
Top