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:)
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
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:)
Do try this!! It is really fun for beginners:)
Bye:)