Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
tech-notes:scripts:ping [2019/05/22 12:49] – [Ping test] gerardorourketech-notes:scripts:ping [2024/03/11 11:34] (current) – [Bulk Ping] gerardorourke
Line 8: Line 8:
 cls cls
  
-FOR /F %%i IN (IPaddresses.conf) DO (+set mypath=%cd% 
 +FOR /F %%i IN (%mypath%\IPaddresses.conf) DO (
 ping %%i -n 1 -w 2000 | find "TTL" || echo %%i is DOWN ping %%i -n 1 -w 2000 | find "TTL" || echo %%i is DOWN
 ) )
  • tech-notes/scripts/ping.1558525773.txt.gz
  • Last modified: 2019/05/22 12:49
  • by gerardorourke