Hey!

Ok, so my wifi drops a lot so im trying to make a small batch that tells me what pings are received. I want it to look like this.

Hello Aleeter!
Connected
Connected
Connected
---D/C----
Connected


The connected is for when the ping works, and d/c is for the when the ping doesnt work. This is what I have so far.

@echo off
:loop
echo Hello Aleet!
ping -n 1000000 www.google.com

(if the ping fails I want this to go.)
----No-Internet---
goto loop