發現一段很好的學習bat程序的示例代碼,分享給大家,具體代碼如下:
@echo offroute print -4 "10.0.0.0" | find "10.0.0.0" > route_listset gw=for /F "tokens=1-5" %%a in ('type route_list') do ( if not "%%c" == "" ( set gw=%%c ))if "%gw%" == "" ( echo "fail to get eth0 default gw" && goto error)route print -4 100.64.0.0 | find "%gw%" > NULif not "%errorlevel%" == "0" ( route -p add 100.64.0.0 mask 255.192.0.0 %gw% > NUL 2>&1)if not "%errorlevel%" == "0" ( echo "faild to add route 100.64.0.0/10" && goto error):successdel route_listecho "add 100.64.0.0/10 success !"timeout 10exit 0:errortimeout 10exit 1
以上所述是小編給大家介紹的阿里云添加路由的Windows批處理文件,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對武林網之家網站的支持!
新聞熱點
疑難解答