M
MP
How I can run some .exe from c# application?
Thanks
Thanks
MP said:How I can run some .exe from c# application?
Thanks
Goran Genter said:Check Process class
Everyone has been giving you good information.I have try:
System.Diagnostics.Process.Start("Cl.exe, -help");
But didn't work...