For - Loop through a range of numbers | Windows CMD | SS64.com
FOR /L Conditionally perform a command for a range of numbers. Syntax FOR /L %%parameter IN (start,step,end) DO command Key start: The first number step: The amount by which to increment the sequence end: The last number command ......