Your Code:
Code:
@echo off
cls
:ping
echo made by goodegoode updated3/3/2014
ping primeuniverse.net
ping pvp.iceshock.info
pause>nul
cls
goto ping
A bit optimized:
Code:
@echo off
@title Simple Ping by Schlenderman
color 1F
cls
echo Welcome to simple ping !
echo Just type the URL / IP to ping and press enter :)
echo.
set /P destination=IP/URL:
ping %destination% /t
All in all nice for testing but VERY useless, because you simply have to type "ping IP/DOMAIN" in Run Window