摘要:
核心代码如下: Process p = new Process(); p.StartInfo.FileName = filePath; p.StartInfo.UseShellExecute = false; p.StartInfo.RedirectStandardInput = true; p.S 阅读全文
posted @ 2016-08-23 18:56 Dawnlight 阅读(553) 评论(0) 推荐(0)
|
摘要:
核心代码如下: Process p = new Process(); p.StartInfo.FileName = filePath; p.StartInfo.UseShellExecute = false; p.StartInfo.RedirectStandardInput = true; p.S 阅读全文
posted @ 2016-08-23 18:56 Dawnlight 阅读(553) 评论(0) 推荐(0) |
||