You can make a DOS based clock

You can easily make a DOS based clock by your note pad.
It is very simple and quite interesting.
This clock shows the current time in a DOS window.Everyone can try it without any risk.
To make this clock follow the simple steps:-
Step 1:At first right click on the desktop.
Step 2:Goto "new" then select "Notepad".
Step 3:copy the following code and paste into the Notepad.



" @echo off
title DOS-Based Clock
color 0a
cls
:CLOCK
cls
echo The current time is: %time%
goto CLOCK"

Step 4:save The document As "clock.bat".
Step 5:Now your clock is ready.Double on the File and enjoy...
By changing colour 1,2,3...etc. you can change the colour of the clock.