Date & Time in CMD [command prompt]
- OPEN the notepad or notepad++ whatever you like....
- TYPE the commands as shown below & SAVE the document with a name what you like....
- one important thing is , SAVE it as a BATCH FILE...
- I mean give .bat extension
- CLOSE it
- OPEN the batch file and press any key
- see the MAGIC....
- @echo off
- :start
- echo Date: %date% Time: %time%
- goto start
Yup !!! I know that we are getting lazy day to day ...
So, i give you a ready made text file & batch file...
DOWNLOAD it & enjoy....
TEXT file |
BATCH file |
One interesting thing is that you can change the color through add some commands.
Like this.....
BATCH file |
I have add only color 0a command for green colour .
You can also change colour which you have like...
Comments
Post a Comment