网络地址切换批处理文件
摘要:
适用于静态IP有特殊用途的情况,比如:NAPT地址映射到某一固定IP的特定端口。 从无线网络的静态ip切换到有线网络的静态IP: @echo off netsh interface ip set address 无线网络连接 dhcp netsh interface ip set dns 无线网络连接 dhcp netsh interface ip set address 本地连接 stati... 阅读全文
posted @ 2009-02-02 10:33 highmayor 阅读(340) 评论(0) 推荐(0) 编辑