SyntaxFix
Write A Post
Hire A Developer
Questions
What about this simple code, works for me and on Windows 7
set cntr=1 :begin echo %cntr% set /a cntr=%cntr%+1 if %cntr% EQU 1000 goto end goto begin :end