Notepad3/test/test.cmd
METANEOCORTEX\Kotti f75fa857bc +fix: typo
2022-02-12 09:58:16 +01:00

10 lines
189 B
Batchfile

@echo off
setlocal EnableDelayedExpansion
set/a"b=50, c=111"
for /L %%N in (1,1,1000) do (
echo. !b:~0,-1!.!b:~-1! !c:~0,-1!.!c:~-1!
timeout /t 1 2>&1 >nul
set/a"b+=1,c+=1"
)