How to create a clock using Notepad
1) First Goto Start menu
2) Search for Notepad
3)Type
@echo off :start echo Date: %date% Time: %time% goto start
4) Then click File on the top left corner of the Window
5)Click Save as
7) Save the file in Desktop
8)Now Open the file you just created and you could see the time going on with the date as well
Comments
Post a Comment