摘要: System.Diagnostics.Process proIP=new System.Diagnostics.Process(); proIP.StartInfo.FileName="cmd.exe"; proIP.StartInfo.UseShellExecute = false; ... 阅读全文
posted @ 2016-10-11 17:14 123困兽 阅读(1717) 评论(0) 推荐(0) 编辑