摘要: privatevoidcreatProcess(Processp){p.StartInfo.FileName="cmd.exe";p.StartInfo.UseShellExecute=false;p.StartInfo.RedirectStandardInput=true;p.StartInfo.RedirectStandardOutput=true;p.StartInfo.CreateNoWindow=true;p.Start();} 阅读全文
posted @ 2011-09-28 12:04 一修先生 阅读(230) 评论(0) 推荐(0)