Skip to content

Instantly share code, notes, and snippets.

@lyndell
Last active May 19, 2016 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lyndell/48a77ccb954046eb8b9a4659bd07f581 to your computer and use it in GitHub Desktop.
Save lyndell/48a77ccb954046eb8b9a4659bd07f581 to your computer and use it in GitHub Desktop.
Gather network quality information with built-in Windows commands
::
::
:: Name: pathPingLoop.bat
:: Desc: Gather network quality information with built-in Windows commands
:: URL: https://gist.github.com/lyndell/48a77ccb954046eb8b9a4659bd07f581
::
:: Author: Lyndell Rottmann
:: WWW: http://Lyndell.US
:: Copyright (c) 2016 Lyndell Rottmann
::
:loop
pathping Lyndell.NET
timeout 10
goto loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment