System.Diagnostics.Process p = new Process(); ///应用程序路径 p.StartInfo.FileName = "C:/Windows/system32/notepad.exe"; p.Start();