ping带时间记录

使用Powershell执行

ping.exe -t IP地址 |Foreach{"{0} - {1}" -f (Get-Date),$_}>D:/ping.txt

 

posted @ 2020-06-01 16:50  泥称  阅读(929)  评论(0编辑  收藏  举报