摘要:
Process myProcess = new Process(); myProcess.StartInfo.FileName = "cmd.exe"; myProcess.StartInfo.UseShellExecute = false; myProcess.StartInfo.RedirectStandardInput = true; myProcess.StartInfo.RedirectStandardOutput = true; myProcess.StartInfo.RedirectStandardError = true; myProcess.StartIn 阅读全文
posted @ 2013-03-31 15:57
Jason‘
阅读(286)
评论(0)
推荐(0)

浙公网安备 33010602011771号