Introduction: Clock With Notepad
Hello!!!! I'm going to show you how to make a clock which shows milliseconds with notepad in your PC.
The following is very easy and is just for fun:)
Hope you like it:)
Step 1: Code
This is basically a .bat file which is quite easy:-
So follow the steps:-
Open Notepad->type the following code:-
@echo off
:start
echo Date:%date% Time:%time%
goto start
Step 2:
Thank you for watching!!!!!
Do try this!! It is really fun for beginners:)
Bye:)

Participated in the
Epilog Contest VII
6 Comments
Question 2 years ago on Step 1
How to run this program??
6 years ago
@echo off
:start
color 0a
echo Date:%date% Time:%time%
goto start
7 years ago
A nice fun beginner project
7 years ago
This is a digital clock dude it shows up to many milliseconds
7 years ago
only the numbers are comming not clock
7 years ago
Looks cool :)