Windows Scheduled tasks

O

Oriane

Hi there,

I'm looking for a way to create and modify scheduled tasks on Windows (7,
XP, Vista, Server) on the Windows Operating system with managed code. I've
googled and saw several references, like this :
http://community.bartdesmet.net/blo...nd-windows-server-2008-from-managed-code.aspx,
using the Task Scheduler 2.0 API. But these examples only create tasks and
I can't see how to modify them. Besides, I wonder if this code example runs
on XP/2003 Server, since the Task Scheduler 2.0 API is a COM component which
is only present on Vista/7 and W2K8.

Best regards
 
D

Dubravko Sever

Oriane said:
Hi there,

I'm looking for a way to create and modify scheduled tasks on Windows (7,
XP, Vista, Server) on the Windows Operating system with managed code. I've
googled and saw several references, like this :
http://community.bartdesmet.net/blo...nd-windows-server-2008-from-managed-code.aspx,
using the Task Scheduler 2.0 API. But these examples only create tasks
and I can't see how to modify them. Besides, I wonder if this code example
runs on XP/2003 Server, since the Task Scheduler 2.0 API is a COM
component which is only present on Vista/7 and W2K8.

Because of the same problem, my last application uses call of AT command
from cmd.
Maybe it is'not best way to do that, but it is the same in Win XP Win 7,
and Win 2008

Dubravko
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top