Simultaneous ruby batch files

Hi,

How is it possible to run two simultaneous ruby batch file without the explorer window mixing up.

I have to batch files, each of them contains ruby test cases. I would like to schedule these two batch files, with scheduled tasks, to run in the same time. Will both of them run correctly or how should I proceed to achieve this?

Thank you,
Erika

I'd rather have a third file that starts both tests together. Relying
on the scheduler's (cron, at or whatever you are using on your unnamed
OS) timing might work but sounds unreliable.

Kind regards

robert

ยทยทยท

2008/12/15 Erika <geagneske83@yahoo.com>:

How is it possible to run two simultaneous ruby batch file without the explorer window mixing up.

I have to batch files, each of them contains ruby test cases. I would like to schedule these two batch files, with scheduled tasks, to run in the same time. Will both of them run correctly or how should I proceed to achieve this?

--
remember.guy do |as, often| as.you_can - without end