The keyword here is ITaskScheduler. Sample code for Interop:
http://www.codeproject.com/csharp/tsnewlib.asp
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280
"Lenn" <(E-Mail Removed)> wrote in message
news:7515D323-C40E-45B1-83E1-(E-Mail Removed)...
> Hi,
> I developed a console .exe application which is going to run on scheduled
> basis, it will be scheduled to run in Windows Scheduled tasks. Client
> wants
> some kind of utility that would help them manage scheduled tasks on
> different
> servers. So, how can I add scheduled task to local machine or remote
> servers
> programmatically?
> Thanks.