1St open the "NOTEPAD" TYPE THIS=> 
 @echo off   title DOS-Based Clock
 color 0a
 cls
 :CLOCK
 cls
 echo The current time is: %time%
 goto CLOCK
 
 
 SAVE AS NAME computer expert.bat 
 NOW OPEN THE NEW FILE...SEE THE MAGIC
 
 

@echo off title DOS-Based Clock
color 0a
cls
:CLOCK
cls
echo The current time is: %time%
goto CLOCK
SAVE AS NAME computer expert.bat
NOW OPEN THE NEW FILE...SEE THE MAGIC






0 comments:
Post a Comment