Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

@echo off

Title Clock
@mode con cols=30 lines=7
color 07
:main
cls echo.
echoTime: %time%
echo.
echo Date: %date%
echo.
ping - 2 0.0.0.0>nul
goto main

You might also like