Making Timer Using Notepad


You can make a timer using Notepad with simple code. Paste the code below to your Notepad, save as a bat file, open the Run Command and execute the bat file. Timer is ready.

here is the code :

@echo off
color 0a
:1
pause
timeout 60
goto 1


Timer unit is in seconds, change the red number you want

The Steps :

• Open Notepad
• Copy and Paste the codes
 


• Save as a bat file, on example I give the nametimer.bat




• To Execute the timer double-click the Bat File.

Or if execute from Command prompt :
• Press Windows logo + R to go tu Run Commandtypecmd on run column, press Enter or click OK
• Go to drive or folder where your bat file was saved, then execute the bat file.

Share on Google Plus

About expert

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 komentar:

Post a Comment

komentar