c#指定程序运行指定文件(太好了,终于找到了)

System.Diagnostics.Process.Start(@"Notepad.exe""e:\a.txt");
System.Diagnostics.Process.Start(@"C:Program FilesMicrosoft OfficeOffice12WINWORD.EXE""e:\a.txt");
原文地址:https://www.cnblogs.com/qqhfeng/p/4987438.html