Tuesday, May 13, 2014

MAKING A TIMER IN NOTEPAD

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.

Tags: , , , ,

0 Responses to “MAKING A TIMER IN NOTEPAD”

Subscribe

Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio. Duis mollis

© 2013 Old is Gold. All rights reserved.
Designed by SpicyTricks