Process myProcess = new Process();myProcess.StartInfo.FileName = pathName;myProcess.Start();其中的pathName就是应用程序的全路径