System.Diagnostics.Process ps = new System.Diagnostics.Process();
ps.StartInfo.FileName = @"C:\test.exe";
ps.Start();