the task scheduler allows you to perform automated tasks on a chosen computer.
the task scheduler monitors whatever criteria you choose and executes the task
when the criteria for executing the task have been met. for example, you can
have the computer run scandisk at 7:00 p.m. every sunday.
documentation:
http://msdn.microsoft.com/library/default.asp?url=/library/en- us/taskschd/taskschd/task_scheduler_start_page.asp
since these interfaces derive directly from iunknown, can only be used doing
direct vtable calls.
below are include files containing wrapper functions for the needed interfaces:
iunknown, ipersistfile and all the task scheduler interfaces.
examples
http://www.powerbasic.com/support/pb...ad.php?t=24507
http://www.powerbasic.com/support/pb...ad.php?t=24508
http://www.powerbasic.com/support/pb...ad.php?t=24509
note
if you have any comments, please use this thread:
http://www.powerbasic.com/support/pb...ad.php?t=21275
------------------
[this message has been edited by josé roca (edited march 04, 2005).]
the task scheduler monitors whatever criteria you choose and executes the task
when the criteria for executing the task have been met. for example, you can
have the computer run scandisk at 7:00 p.m. every sunday.
documentation:
http://msdn.microsoft.com/library/default.asp?url=/library/en- us/taskschd/taskschd/task_scheduler_start_page.asp
since these interfaces derive directly from iunknown, can only be used doing
direct vtable calls.
below are include files containing wrapper functions for the needed interfaces:
iunknown, ipersistfile and all the task scheduler interfaces.
examples
http://www.powerbasic.com/support/pb...ad.php?t=24507
http://www.powerbasic.com/support/pb...ad.php?t=24508
http://www.powerbasic.com/support/pb...ad.php?t=24509
note
if you have any comments, please use this thread:
http://www.powerbasic.com/support/pb...ad.php?t=21275
------------------
[this message has been edited by josé roca (edited march 04, 2005).]
Comment