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 Globobo
echo [2] Ping Surf Alert
echo [3] Ping Fire fox
echo.
echo Waiting for input...

set /p enigma=Execute command:

if "%enigma%"=="1" goto Globobo
if "%enigma%"=="2" goto Surf Alert
if "%enigma%"=="3" goto Firefox
goto Start

:Globobo
ipconfig /flushdns
Ping globe.com.ph -n 100
goto Globe

:Firefox
ipconfig /flushdns
PING detectportal.firefox.com -n 100
goto Google

:Surf Alert
ipconfig /flushdns
PING surfalert.globe.com.ph -n 100
goto Smart

:end