🔒 Closed how to make stopwatch using cmd and notepad

Status
Not open for further replies.

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 :)
 
Dear connectibyte,

Since 2 years have passed since the last reply in this thread, I am locking it to prevent necroposting. Feel free to start a new thread or contact any forum staff if you want this to be reopened.

Thread closed.
 
Status
Not open for further replies.

About this Thread

  • 2
    Replies
  • 4K
    Views
  • 1
    Participants
Last reply from:
Unknown user

Trending Topics

Online now

Members online
1,229
Guests online
1,681
Total visitors
2,910

Forum statistics

Threads
2,272,525
Posts
28,943,214
Members
1,237,236
Latest member
key-system-1
Back
Top