Antwort
Kopier dir das und füg es im CMD ein:
1: for /l %i in (1, 1, 1) do start cmd /c "cd / && dir /s && pause"
2: for /l %I in (1,1,100) do (timeout /t 20 & echo ^G)