Spawning an application from C#
-
I'm sorry if this is a newbie question, but I am trying to spawn another process from within a C# application, loading up an external tool such as a batch file or an executable with command line parameters and such. What do I need to do to do this? Thanks, Andy Luedke
-
I'm sorry if this is a newbie question, but I am trying to spawn another process from within a C# application, loading up an external tool such as a batch file or an executable with command line parameters and such. What do I need to do to do this? Thanks, Andy Luedke
The System.Diagnostics.Process class lets you start up and control a process (ie program) There's quite a bit of info to go along with that so its best that you look it up before using it :) James Sonork ID: 100.11138 - Hasaki "Not be to confused with 'The VD Project'. Which would be a very bad pr0n flick. :-D" - Michael P Butler Jan. 18, 2002