I am hoping someone can help me create a simple script. I would like to create a simple DOS batch file which calls a program name to run for 30 times. At the end of the 30 times, the loop stops. Basically, there is a benchmark I need to run 30 times over and over again. I don't want to manually execute it each time so I would like to create a batch file to run the program over and over again for 30 times. Thank you.