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

2008/12/15 Erika [email protected]:

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?

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