日期:2014-05-18 浏览次数:20761 次
Process p = new Process(); p.StartInfo.FileName = "c:\\powerDVD.exe";//改成powerdvd程序路径 p.StartInfo.Arguments = "c:\\1.avi"; p.Start();