Sunday, August 24, 2008

open exe file using c#

Do you want to execute the program:

Process.Start(@"C:\windows\notepad.exe");


using System.Diagnostics;

No comments: