."robert" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> On Windows the task scheduler tool can program (the BIOS?) to weak up the 
> machine from standby/hibernate at certain 
> pre-configured times. Can this be done directly through the (py)win32 API?
>
> robert

Pywin32 has a taskscheduler module that can be used
to create a scheduled task to wake up your system.
The TASK_FLAG_SYSTEM_REQUIRED flag
corresponds to the "Wake the system to run this task"
option in the UI.

     hth
        Roger




----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet 
News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 
Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to