Loop through for loop %x% times in batch
See for /?
documentation for the /L
option.
for /L %%A in (1,1,%x%) do (
REM --Code goes here--
)
See for /?
documentation for the /L
option.
for /L %%A in (1,1,%x%) do (
REM --Code goes here--
)