set _count=1set _max=140
:Startif %_count%==%_max% goto end
echo %_count%:: increment the counter.set /a _count=_count + 1goto start:endpauseset _count=set _max=
Note: Only a member of this blog may post a comment.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.