admin 管理员组

文章数量: 887021

@echo off
set filePath=D:/pingbaidu.txt
set ping_url=www.baidu
set sleep_times=2
:top
echo starting test network...
echo %date% %time%>>%filePath%
ping %ping_url% -n 1|findStr "TTL" >> %filePath%
ping -n %sleep_times% 127.1 >nul
goto top

本文标签: 日期 时间 Windows ping