2011年3月8日
摘要: @echo offecho (1).家庭网络 echo (2).办公网络 echo (3).退出 set /p x= 选择你要设置的网络: if %x%==1 goto a if %x%==2 goto b if %x%==3 goto c :a netsh interface ip set address "本地连接" static 192.168.0.254 255.255.255.0 192.168.0.1 1 netsh interface ip set dns "本地连接" static 8.8.8.8 netsh interface ip a 阅读全文
posted @ 2011-03-08 13:36 ia00.com 阅读(216) 评论(0) 推荐(0)