How to make a timer in Notepad
Hello Friends,
Today i have bring one more very interesting topic for you. Today i will tell you that how can you make timer by using notepad.
It is very interesting topic and i am sure you will like it so much
I have also tell you some interesting tricks of notepad you can read that here also.
Make a program Selector
The Fake Hack
How to Create Undeletable, Unrenamable Folder
Best Things About Whatsapp
So let's start
- Open notepad and paste in your notepad file below mention 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 - Now save this file with .bat extension
I hope you will like and enjoy it.
If you like it then don't forget to like and share our posts and if you have any questions or any suggestions for us then please leave that in comment box we will try to short our that shortly.
We will be back soon with one more interesting trick of notepad and some more interesting topic for you.
Just connected with us for more posts
Comments
Post a Comment