for loop in batch script
for /l %%X in (start, step, end) do command
example:
for /l %%X in (1,1,10) do (echo %%X)
This switch is an “ell”, not a “one”
Categories: Uncategorized
for /l %%X in (start, step, end) do command
example:
for /l %%X in (1,1,10) do (echo %%X)
This switch is an “ell”, not a “one”