Skip to content

Instantly share code, notes, and snippets.

@FloPinguin
Created January 27, 2020 17:35
Show Gist options
  • Save FloPinguin/061224e7d10124e16229c4ed112aa1d7 to your computer and use it in GitHub Desktop.
Save FloPinguin/061224e7d10124e16229c4ed112aa1d7 to your computer and use it in GitHub Desktop.
Only run .bat after a internet connection is established
:ping
timeout 15
set target=www.google.com
ping %target% -n 1 | find "TTL="
if errorlevel==1 goto ping
DO SOMETHING
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment