摘要: using System.Diagnostics;.......private string CmdPing(string strIP){string pingRst;Process p = new Process();p.StartInfo.FileName="cmd.exe";p.StartInfo.UseShellExecute=false;p.StartInfo.RedirectStand...阅读全文
posted @ 2007-06-28 10:34 无心放纵 阅读(232) | 评论 (0) 编辑 |
