Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
for /f "delims=[] tokens=2" %a in ('ping -n 1 %host% ^| findstr /i /c:"Pinging"') do @echo %host% %a>>IPs.txt
for /f "delims=[] tokens=2" %%a in ('ping -n 1 %host% ^| findstr /i /c:"Pinging"') do @echo %host% %%a>>IPs.txt