分享至
如果網路通了 則跳到 下一行指令
不通 則跳到下面設定 ip的指令
:Interface
netsh interface ip set address "區域連線"
netsh interface ip set dns "區域連線"
已邀請的邦友 {{ invite_list.length }}/5
if (邏輯通了) 執行的命令
<pre class="c" name="code">ping -n 1 168.95.1.1 >nul if errorlevel 1 ( cls echo "網路不通重新設定" netsh interface ip set address "區域連線" netsh interface ip set dns "區域連線" exit ) echo "網路正常!"
IT邦幫忙