ps:
DOS下更改IP DNS 网关的命令是什么啊? 好象有个NETSH(在哪个仁兄的代码中看到过)
另外,能不能给介绍一下XP下的“帮助”咋用啊?
可能是我不会定义关键字?总是找不到想要的信息。
[ Last edited by marryli on 2007-3-9 at 07:55 PM ]作者: xycoordinate 时间: 2007-3-11 01:26 因为xls文件有许多控制符,所以不好DOS操作。
期待
[ Last edited by xycoordinate on 2007-3-10 at 12:32 PM ]作者: marryli 时间: 2007-3-12 04:33 此题无解?作者: lrbf810 时间: 2007-3-12 08:31 netsh interface ip set address name="本地连接" source=static addr=10.1.1.1 mask=255.0.0.0
更改IP的.
帮助是 /?作者: lrbf810 时间: 2007-3-12 08:32 netsh interface ip set dns "本地连接" static 202.103.24.68 primary
netsh interface ip add dns "本地连接" 202.103.44.150