Friday, November 16, 2018

CMD Tricks. How to create your own digital clock using notepd. Best cmd hacks.

Hi guys !


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 !!!!


Study our other informational posts.

Join this weblog through e-mail.

Thanks for giving your treasured time !

Hold on journeying.

Previous Post
Next Post
Related Posts

0 comments: