| View previous topic :: View next topic |
| Author |
Message |
Bernd Guest
|
Posted: Wed Jul 27, 2005 1:18 pm Post subject: Wake-up from standby |
|
|
I guess this is not really a question of AutoHotkey but I am no specialist.
I am programing a scheduler with AutoHotkey. The question is now: the program works only when the PC is not in the standby modus. Is there perhaps a possibiltity to wake up the PC? |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Wed Jul 27, 2005 1:27 pm Post subject: |
|
|
Not even that. I guess a user also has to be logged in. Since otherwise the AHK script would have to be a service that is also running when logged off.
I haven't found a solution yet, to run a AHK script as a service. But I would be interessted if someone knows a way.
Regarding the wake up: If there is no command line utility that starts a service that does the wake up. You could try "wake up on lan" (or how ever this is named) if you have another PC running in your LAN. That running PC with AHK could wake the sleeping one and start the script you want to execute on it (if there is no login required). _________________ Ciao
toralf  |
|
| Back to top |
|
 |
Bernd Guest
|
Posted: Wed Jul 27, 2005 2:50 pm Post subject: |
|
|
Hi toralf!
Yes, thatīs a possibility in a LAN. But I use only a stand-alone PC. |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Jul 27, 2005 3:59 pm Post subject: |
|
|
| here |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Jul 27, 2005 4:07 pm Post subject: |
|
|
@toralf: if you run w2k: Srvany - part of the w2k resource toolkit
Applications as Services Utility: With Srvany, you can configure any Windows application so that it runs as a service.
on other systems:
w2k3 server kit
System Requirements
Supported Operating Systems: Windows Server 2003; Windows XP
30 MB of free disk space
Windows XP
Windows XP SP1
Windows Server 2003 family
Note: The Windows Server 2003 Resource Kit Tools are not supported on 64-bit platforms. |
|
| Back to top |
|
 |
Bernd Guest
|
Posted: Wed Jul 27, 2005 4:15 pm Post subject: |
|
|
Sounds very interesting! Iīll check it.
Many thanks! |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Wed Jul 27, 2005 5:55 pm Post subject: |
|
|
| Anonymous wrote: | Supported Operating Systems: Windows Server 2003; Windows XP
30 MB of free disk space
Windows XP
Windows XP SP1
Windows Server 2003 family
Note: The Windows Server 2003 Resource Kit Tools are not supported on 64-bit platforms. | What about WindowsXP SP2?
And what if I'm no Admin? _________________ Ciao
toralf  |
|
| Back to top |
|
 |
|