I want to perform an operation multiple times from a command window. Common sense tells me that a FOR loop should be able to handle this. Sure enough, if I want to execute,
for /l %%i in (1,1,100) do echo %%i
add another % sign before i to work