Skip to content

Instantly share code, notes, and snippets.

@lamegaton
Created July 1, 2021 23:22
Show Gist options
  • Save lamegaton/e5b5cfd185be64a1bf336d0dbce0202d to your computer and use it in GitHub Desktop.
Save lamegaton/e5b5cfd185be64a1bf336d0dbce0202d to your computer and use it in GitHub Desktop.
@echo off
SET /A CONN=0
:Start
pause
SET /A CONN+=1
@ECHO --------START Connection %CONN%--------
Echo.
ping -n 10 www.google.com
ECHO ---------END Connection %CONN%----------
Echo.
goto :Start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment