07 2008 档案

摘要: net use \\192.168.1.2 "" /user:"Administrator" private string CmdPing(string strIp) { Process p = new Process(); p.StartInfo.FileName = "cmd.exe"; p.StartInfo.UseShellExecute = false; p.StartInfo.Redi...阅读全文
posted @ 2008-07-25 09:45 陈旭85 阅读(67) | 评论 (0) 编辑
摘要: [代码]阅读全文
posted @ 2008-07-21 10:42 陈旭85 阅读(500) | 评论 (0) 编辑