pywin32 : scheduled weakup from standby/hiberate ?

Roger Upole rupole at hotmail.com
Wed Apr 19 14:23:07 EDT 2006


."robert" <no-spam at no-spam-no-spam.com> wrote in message news:e230eo$k8u$1 at ulysses.news.tiscali.de...
> 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 =---



More information about the Python-list mailing list