2014年4月15日
摘要: Process p = new Process();//新进程 p.StartInfo.FileName = "cmd.exe";//打开cmd程序 p.StartInfo.UseShellExecute = false;//不使用shell启动程序 ... 阅读全文
posted @ 2014-04-15 11:53 米高佐敦 阅读(516) 评论(0) 推荐(0)