Enter in CMD:
timeout 10
Immediately stops.
Create batch file:
:henk
goto henk
The first time, timeout immediately returns, after that it counts down as it should.