Skip to content

Instantly share code, notes, and snippets.

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