使用BAT设置IP地址
程序员文章站
2022-05-25 21:44:57
...
以下是使用bat脚本修改IP地址的脚本。
Echo off
@echo set ip of home , please wait...
Netsh interface IP Set Address "本地连接" Static 192.168.1.75 255.255.255.0 192.168.1.1 1
Echo changed ip to 1.75 press any key ,go on
ipconfig
Pause