[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

simultaneous ruby batch files

Erika

12/15/2008 2:30:00 PM

[Note: parts of this message were removed to make it a legal post.]

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




1 Answer

Robert Klemme

12/15/2008 3:49:00 PM

0

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?

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


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