Ping测试记录脚本

@echo off
echo PingTest
del PingTest_result.txt
timeout /t 10
echo=> PingTest_result.txt
:TEST
echo Test Time: %date% %time% >> PingTest_result.txt
ping 127.0.0.1 >> PingTest_result.txt
timeout /t 10
goto TEST

.bat 用于 Ping 记录测试

posted @ 2020-08-12 13:53  神棍二叔  阅读(362)  评论(0编辑  收藏  举报