The API relates mostly to NT 4.0, in 2000 the task scheduler was upgraded and exposed through a COM interface (which is included). Documentation for the old API is here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/netmgmt/netmgmt/network_management_functions.asp
If no pythonifyed interface exists how feasible would it be to call these functions directly through ctypes or windll?
With thanks
Alex _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32