I need to make a batch file that iterates the numbers for example from 1 to 25, so the script that I was trying was such that.
loop x
firefox.exe -CreateProfile userx
So I wanted to iterate the character x, from 1 to 25, to create 25 users but I'm not sure how to do it since I'm a bit of a novice in programming. How could you iterate the numbers using batch?