欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

使用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
相关标签: 脚本 Java Go