[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Simulate a scheduled job in ruby

Logesh Subramani

9/24/2008 11:33:00 AM

Hi, I am new for ruby, I created window NT service in ruby, my next job
is i should run that service at the specified time. I tried with
win32-Taskscheduler, i got output for notepad and calc , but i am
unable to run my own service using this win32-taskscheduler.
Pls help me
--
Posted via http://www.ruby-....

1 Answer

Pablo Q.

9/25/2008 12:45:00 PM

0

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

I use rufus scheduler:

http://openwferu.rubyforge.org/sche...

Take a look of it.


2008/9/24 Logesh Subramani <slogeshwaran@gmail.com>

> Hi, I am new for ruby, I created window NT service in ruby, my next job
> is i should run that service at the specified time. I tried with
> win32-Taskscheduler, i got output for notepad and calc , but i am
> unable to run my own service using this win32-taskscheduler.
> Pls help me
> --
> Posted via http://www.ruby-....
>
>


--
Pablo Q.