联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
@echo off :a Rasdial "宽带连接名" /disconnect >nul 2>&1 ping -n 30 127.1 rasdial "宽带连接名" "账号" "密码" for /f "tokens=2* delims=:. " %%a in ('ipconfig^|findstr /c:"IP Address"') do set b=%%b if defined #%b% goto:a set #%b% start iexplore.exe "http://www.baidu.com" goto:a