Hi
I'm trying to make this batch file in Windows Xp. I'm trying to run a program 10 times.
@echo off
SET PATH=%PATH%; e:\cod
FOR /L%A IN (1,1,10) DO start ethernetgen3
It doesn't work. When i run this bat file from cmd it launches another CMD window. What am i doing wrong. Please help
I'm trying to make this batch file in Windows Xp. I'm trying to run a program 10 times.
@echo off
SET PATH=%PATH%; e:\cod
FOR /L%A IN (1,1,10) DO start ethernetgen3
It doesn't work. When i run this bat file from cmd it launches another CMD window. What am i doing wrong. Please help