In this video I will show you how to create your own clock using just notepad.
Just follow the steps :
1.
First open the notepad.(To open notepad go to accessories in start menu
or press WIN+R
and in typing bar type "notepad" )
2.
paste the following text in notepad :
=======================================================================
@echo off
Title MUF Clock
@mode con cols=35 lines=7
color a
:main
cls
echo.
echo Time: %time%
echo.
echo Date: %date%
echo.
ping -n 2 0.0.0.0 >nul
goto main
======================================================================
3.
Now save it as .bat file.
4.
Then double click on your saved file and your clock is ready !!!!
0 comments: