.bat trouble

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
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories