Hi I'am trying to make a C# program that can run any program I what to run like IE command prompt and so on but I can't find the keyword that C# uses to start an exsternal exe
can anyone help me
Thanks
Arnar V
Hi I'am trying to make a C# program that can run any program I what to run like IE command prompt and so on but I can't find the keyword that C# uses to start an exsternal exe
can anyone help me
Thanks
Arnar V
runing a program from C# code
hxu64
Arnar,
try the method:
System.Diagnostics.Process.Start ()
HTH
--mc
Arold37
Tanks for the help Sibusiso this did the trick :)
Dan Holsonback
Hi
You can start any application with this snippet :-