SyntaxFix
Write A Post
Hire A Developer
Questions
You could also try this instead of a for loop:
for
set count=0 :loop set /a count=%count%+1 (Commands here) if %count% neq 100 goto loop (Commands after loop)
It's quite small and it's what I use all the time.