Simple loop in cmd July 23, 2015 Ever wondered how to make a loop in cmd 1.start cmd.exe 2.Simple type for /l %i in (1,1,10) do echo %i Read more