SyntaxFix
Write A Post
Hire A Developer
Questions
Or you can do this without using Delay.
set /a "counter=0"
-> your for loop here
do ( statement1 statement2 call :increaseby1 ) :increaseby1 set /a "counter+=1"