Need Task Scheduler with Source

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

Hi,

I am looking for a Task Scheduler with source code that has the
following features:

- Must perform all of the same functions as the Windows Task Scheduler
- Must be able to run COM Objects
- Must be able to send email and log to the Windows Event Log
- A web interface would be a real nice feature
- It would be great if it was XML driven and/or if a task could publish
itself as a schedulable task that that scheduler would pick up.


If you know of a freeware, shareware, open source or commercial
scheduler (with C# or Delphi source) I would appreciate hereing from
you.

Thanks,
Kevin
 
Kevin,

I don't know if there is a free software product out there that does
this. I am curious, why can't you use the tash scheduluer that ships with
Windows?
 
Nicholas,

Thanks for the response. Is there a way to call COM objects from the
Windows Task Scheduler? This is the main reason I was looking for
another solution since most of our existing tasks are COM based.

Kevin
 
Back
Top