------------------------
Code: Select all
@echo off
:start
echo %time%
if %time% EQU 12:00:00 (
echo.> PLEBLORD.txt
) ELSE (
goto start
)
-----------------------
Code: Select all
@echo off
:start
echo %time%
if %time% EQU 12:00:00 (
echo.> PLEBLORD.txt
) ELSE (
goto start
)