Well I am able to bring the computer out of standby/sleep or hibernation.
MC doesn't have to be running when the computer goes to sleep but it
can be makes no difference.
I scheduled a task in task scheduler and 2 batch files that run when the
computer resumes. The first opens Media Center and then launches
the second batch file and closes. I had to do it this way because if the
MC15.exe file that is in sys32 is run by TS it opens instead of just sending
the commands. With both MC15.exe and Media Center 15.exe running it
causes a conflict and both processes must be killed.
Once the second batch opens it sends a VolumeSet command to get to a
known volume level (50%) and then issues a VolumeDown 40 so it doesn't
come on at a high volume and scare you awake. Play starts and then
volume comes up at a configurable amount and speed. I decided to have
all of the commands come from the batch instead of the built in scheduler
for more flexibility.
I have not tested on XP yet. I have to dig the old laptop out and dust it off first.
However you should be able to schedule the task with no trouble.
You will see this string
timeout /t 5 /nobreak > NUL in the batch several times
this is to delay executions to alter the delay length change the 5 as desired (seconds)
Next is to incorporate pseudo snooze function assuming I can figure it out.
Any questions don't hesitate.
XP Task Scheduler page (simple)
http://support.microsoft.com/kb/308569Additional commands for MCplay.bat
http://wiki.jriver.com/index.php/The_Command_Linehttp://wiki.jriver.com/index.php/Media_Center_Core_CommandsBatch filesedit: forgot that you can enter an integer after the VolumeSet instead of using the
default and remove the VolumeDown. I was running on empty when I finished it.