Title : Making Timer Using Notepad
Subtitle : Making Timer Using Notepad
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
Read more »
Thank you Making Timer Using Notepad
you have read Making Timer Using Notepad, Thank,s Very Much
0 Response to "Making Timer Using Notepad"
Post a Comment