in reply to Re^4: system subroutine is ignored
in thread system subroutine is ignored

I think you misunderstood me. Create another text file called start.bat with one line ;

glomosim data.in

Test that by typing start.bat into your DOS cmd line

If that works, in your perl script try the command system("start.bat")

poj