@echo Off Title Clock @mode Con Cols 30 Lines 7 Color 03: Main Cls Echo. Echotime: %time% Echo. Echo Date: Te% Echo. Ping - N 2 0.0.0.0 Nul Goto Main

You might also like

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 03
: main
cls
echo.
echoTime: %Time%
echo.
echo Date: %Date%
echo.
ping - n 2 0.0.0.0>nul
goto main

You might also like