Tuesday, May 13, 2014
MAKING A TIMER IN NOTEPAD
Tuesday, May 13, 2014 by Abhijeet satpute
How To Make Simple Timer Using Notepad
With Notepad you can make a simple timer, just copy and paste this simple code below to
the Notepad, save as a *.bat file, then the timer is ready.
@echo off
color 0a
:1
pause
timeout 60
goto 1
Set /change the time what you need in second unit (red number on the code).
Open Notepad, copy and paste code/script above
Save as a bat file, on example I give the name : timer.bat
To run the timer, double-click on the bat file you saved.
Subscribe to:
Post Comments (Atom)


0 Responses to “MAKING A TIMER IN NOTEPAD”
Post a Comment