echo off
cls
echo.
echo ======================
echo lolo mo panot
echo.
echo  enge ng singapore server T.T
echo ======================
timeout /t 5
cls
:START
echo.
echo [1] Ping youtube
echo [2] Ping Surf Alert
echo [3] Ping Fire fox
echo.
echo Waiting for input...

set /p enigma=Execute command:

if "%enigma%"=="1" goto youtube
if "%enigma%"=="2" goto Surf Alert
if "%enigma%"=="3" goto Firefox
goto Start

:youtube
ipconfig /flushdns
Ping youtube.com -n 100
goto youtube

:Firefox
ipconfig /flushdns
PING detectportal.firefox.com -n 100
goto Firefox

:Surf Alert
ipconfig /flushdns
PING surfalert.globe.com.ph -n 100
goto Surf alert

:end