Windows Scheduled tasks

  • Thread starter Thread starter Oriane
  • Start date Start date
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
 
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
 
Back
Top