摘要:
private static bool CmdPing(string strIp, int timeOut){Process p = new Process();p.StartInfo.FileName = "cmd.exe";p.StartInfo.UseShellExecute = false;p.StartInfo.RedirectStandardInput = true;p.StartIn... 阅读全文
posted @ 2006-06-23 04:00
城
阅读(217)
评论(0)
推荐(0)