Ping printing the time stamp

From Tech-Wiki
Revision as of 17:59, 10 November 2016 by Fabricio.Lima (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back to Misc

This command will ping a host whilst printing the current time stamp. Useful for long pings when you need to know when the packet was lost

ping -t 8.8.8.8|cmd /q /v /c "(pause&pause)>nul & for /l %a in () do (set /p "data=" && echo(!time! !data!)&ping -n 2 localhost>nul"