:top
set PINGIP="192.168.1.236"
echo %date% %time%>>%PINGIP%.txt
ping -n 1 %PINGIP% | findstr "TTL">> %PINGIP%.txt
ping -n 5 127.1 >nul
goto top

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-18
  • 2021-10-18
  • 2021-12-01
  • 2022-12-23
  • 2021-12-16
  • 2021-08-07
猜你喜欢
  • 2021-08-05
  • 2022-12-23
  • 2021-11-28
  • 2022-03-07
  • 2021-12-27
相关资源
相似解决方案