摘要:
p.StartInfo.FileName = "cmd.exe";p.StartInfo.Arguments = "/c" + args;p.StartInfo.UseShellExecute = false;p.StartInfo.RedirectStandardInput = true;p.StartInfo.RedirectStandardOutput = true;p.StartInfo.... 阅读全文
posted @ 2010-11-26 20:17
Robbery
阅读(268)
评论(0)
推荐(0)
浙公网安备 33010602011771号