I’m developing on windows, and I need
to do task scheduling.
BackgrounDRB seems to be the right solution,
but it doesn’t work for windows…
The new version doesn’t work for Windows, but the original version does.
It
may suit your needs. OTOH, ‘task scheduling’ makes me think of cron
first,
not BackgrounDRb. BackgrounDRb is typically used for offloading long
running tasks.
I’m developing on windows, and I need
to do task scheduling.
BackgrounDRB seems to be the right solution,
but it doesn’t work for windows…
The new version doesn’t work for Windows, but the original version does.
It
may suit your needs. OTOH, ‘task scheduling’ makes me think of cron
first,
not BackgrounDRb. BackgrounDRb is typically used for offloading long
running tasks.
HTH,
Bill
Many thanks Bill,
I’ll investigate both CRON (hopefully it work for windows) and the
original version of BackgrounDRb as you suggest.
I’ll investigate both CRON (hopefully it work for windows) and the
original version of BackgrounDRb as you suggest.
Greetings
Stefano
Nope. Cron is a *nix tool too. Look into AT, which is the Windows
version of cron.
Right Steve,
CRON has nothing to do with Windows. Actually I am not able to find
something about AT on Internet, can you point me in the right direction?
(perhaps with a link)