connectibyte
Enthusiast
steps:
1.)open notepad
2.)type this code
Countdown:
echo off
title Timer
set time=30 (you can make the time whatever you want)
:loop
set /a time=%time%-1
if %time%==0 goto timesup
echo %time%
ping localhost -n 2 > nul
goto loop
:timesup
echo Time is Up!
echo Press Any Key To Exit!
pause >nul
exit
3.)save it as "kahit anong gudtong name.bat" e.g timer.bat
irun
1.)open notepad
2.)type this code
Countdown:
echo off
title Timer
set time=30 (you can make the time whatever you want)
:loop
set /a time=%time%-1
if %time%==0 goto timesup
echo %time%
ping localhost -n 2 > nul
goto loop
:timesup
echo Time is Up!
echo Press Any Key To Exit!
pause >nul
exit
3.)save it as "kahit anong gudtong name.bat" e.g timer.bat
irun
