@echo off setlocal enabledelayedexpansion FOR /L %%A IN (1,1,100) DO ( echo Loop Started: !date! - !time! timeout /t 5 /nobreak > NUL )