echo off echo*echo*修改IP地址、DNS*echo*Windows XP Copyright(C)2013-02-05*echo*echo 正在修改IP地址和DNS服务器地址,请耐心等待………… echo 正在更改本机IP地址.netsh interface ip set address"本地连接"static 192.168.1.100 255....
就叫:netsh 具体的使用方法见:[url]http://rrot.blogchina.com/4146076.html[/url]我将这些内容总结一下,以便于以后使用:1、修改本机IP地址 并指定掩码:netsh interface ip set address"本地连接"static 192.168.1.15 255.255.255.0 ...