导航

2007年6月28日

摘要: 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 无心放纵 阅读(596) 评论(0) 推荐(0)