牛虻 当前离线
一级士官
DAIC 当前离线
中将
TOP
Linuxer 当前离线
五级士官
@echo off ping www.baidu.com /n 1 >nul if %errorlevel%==0 (exit) else (start /wait "50" %windir%\system32\rasphone.exe -d "宽带连接") exit复制代码
@echo off ::默认18:00为下班时间 if %time:~0,2% geq 18 (goto :autodial) else (goto :end) :autodial rasdial "宽带链接" 用户名 密码 goto :eof :end goto :eof复制代码