Skip to content

Instantly share code, notes, and snippets.

@roschacker
Created December 8, 2016 08:05
Show Gist options
  • Save roschacker/2aeb1e51a317695895568ac785733b2e to your computer and use it in GitHub Desktop.
Save roschacker/2aeb1e51a317695895568ac785733b2e to your computer and use it in GitHub Desktop.
ping 8.8.8.8 (google-public-dns-a) infinitely with date displayed
cmd /k ping -t 8.8.8.8|cmd /q /v /c "(pause&pause)>nul & for /l %a in () do (set /p "data=" && echo(!date! !time! !data!)&ping -n 2 8.8.8.8>nul"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment