From: jc on
Hello,

How can I programmatically create an "Add Schedule Task" ?

Is there any sample code available?

TIA,
-jc
From: David Lowndes on
>How can I programmatically create an "Add Schedule Task" ?

I assume you mean that you want to create a task?

Have a look on MSDN for ITaskScheduler and related facilities.

Dave
From: Seetharam on
TaskScheduler API.

http://msdn.microsoft.com/en-us/library/aa383614(VS.85).aspx

-Seetharam
From: jc on
Hello,

Thank you all for replying to my posting!

I will take a look at all of the suggestions.

Thanks again,
-jc