setlocal EnableDelayedExpansion set a=1 && echo !a!
setlocal EnableDelayedExpansion for /l %%i in (1,2,5) do ( set /a a=%%i echo !a! )