I am trying to construct a FOR loop in a dos
batch file, but I am unable to find documentation on how to do it. Basically I have a variable, we will call N that is say equal to 10. I want to execute my for loop N times before exiting the loop. Anyideas?