:startnet ping /n 1 www.baidu.com>nul if %errorlevel% equ 0 goto next set /a n+=1 if %n% lss 3 (goto startnet) else (exit) :next ...