@echo off type nul>"a.log" :begin ping www.baidu.com if %errorlevel% equ 1 ( >>"a.log" echo 连接百度不成功 %date% %time% echo ) ping -n 11 127.1>nul goto :begin