thelliez
19th February 2004 17:50 UTC
Scheduling tasks
I need to install a daily task and looking at this forum I found a reference (in 2001) to the Windows scheduler api at:
http://msdn.microsoft.com/library/de..._scheduler.asp
Great but this is quite complicated for what I want. I just want to call a executable (with some parameters).
Has anyone played with that? Any scripts to share?
Thanks,
T
Joost Verburg
19th February 2004 17:52 UTC
It should be possible to call these APIs using the System plug-in.
Maybe there is also an external application available that makes it easier to create tasks.
kichik
20th February 2004 11:50 UTC
Brainsucker wrote an example for System.dll that does exactly this a few months ago. Search the forum and you'll have a working script.
jpannequin
23rd February 2004 16:53 UTC
I searched for the post of BrainSucker that you talked about. But I could not find it. Can anyone give a reference to it?
Else I have found this link that simplifies a lot the Scheduler API and gives some examples.
http://home.inreach.com/mdunn/code/C...duledTask.html
Joffrey
deguix
23rd February 2004 21:36 UTC
Maybe you are saying about this one, kichik.