摘要:
投机取巧的做法如下: C# code Process p = new Process(); p.StartInfo.FileName = "cmd.exe"; p.StartInfo.UseShellExecute = false; p.StartInfo.RedirectStandardInput = true; p.StartInfo.RedirectStandardOutpu... 阅读全文
posted @ 2009-02-13 11:08 chaoliu 阅读(153) 评论(0) 推荐(0)
浙公网安备 33010602011771号