Manipulating Windows Task Scheduler in Python

Bengt Richter bokr at oz.net
Wed May 14 21:32:47 EDT 2003


On 14 May 2003 09:03:18 -0700, ebodine at hotmail.com (Erick) wrote:

>Has anyone had any luck attempting to manipulate
>(adding/deleting/checking for tasks) the Windows Task Scheduler?  I
>have perused MSDN and found examples in C++ , which is not really
>familiar to me.
>
will the at command do what you need?

For more info, try
 >>> import os
 >>> print os.popen('at/?').read()

Then if that is helpful, change the '/?' as desired.

Regards,
Bengt Richter




More information about the Python-list mailing list