wind
說明
保存成“
代碼如下
@echo off
:main
cls
echo 請按提示操作
echo
echo
echo
echo
echo
echo
set /p choice= Input a number:
echo
if "%choice%"=="
if "%choice%"=="
if "%choice%"=="
if "%choice%"=="
goto main
:ip_STI
echo IP自動設置中
echo
echo 更新IP及子網掩碼
netsh interface ip set address name="本地連接" source=static addr=x
echo 更新DNS服務器
netsh interface ip set dns name="本地連接" source=static addr=x
netsh interface ip add dns name="本地連接" addr=x
echo 設置完成
pause
exit
if errorlevel
if errorlevel
:ip_Dian
echo IP自動設置中
echo
echo 更新IP及子網掩碼
netsh interface ip set address name="本地連接" source=static addr=x
echo 更新DNS服務器
netsh interface ip set dns name="本地連接" source=static addr=x
netsh interface ip add dns name="本地連接" addr=x
echo 設置完成
pause
exit
if errorlevel
if errorlevel
:ip_DHCP
netsh interface ip set address name="本地連接" source=dhcp
netsh interface ip set dns name="本地連接" source=dhcp
netsh interface ip set wins name="本地連接" source=dhcp
echo 設置完成
pause
exit
if errorlevel
if errorlevel
:ip_Exit
exit
From:http://tw.wingwit.com/Article/os/xtgl/201311/9887.html