Associate
- Joined
- 24 Feb 2004
- Posts
- 1,083
- Location
- Leeds/Cyprus
Well, dealing with the new Task Scheduler has certainly been an adjustment - way more complicated than the barebones one in XP! But some things just aren't running very smoothly for me.
For instance, I've got one task designed to wake up the computer and start playing music every morning to wake me up (much nicer than an alarm). I've set action as "start a program" with the following command line:
and the following arguments:
(wakeup.wpl being a playlist I have prepared already).
My problem is that Scheduler DOESN'T ACTUALLY OPEN A WINDOW of Media Player! It DOES work, it launches Media Player and starts playing the playlist, but for some weird reason it only opens it as a background process, there's no window of it that I can interact with! This is annoying cause the only way I can stop it after I get up is to get into Task Manager and terminate wmplayer.exe manually - it doesn't even stop when I click "End task" within Task Scheduler!
It's driving me nuts, cause if this simple thing doesn't work properly how the hell is it gonna deal with more complicated tasks I might want to do?
For instance, I've got one task designed to wake up the computer and start playing music every morning to wake me up (much nicer than an alarm). I've set action as "start a program" with the following command line:
Code:
"C:\Program Files (x86)\Windows Media Player\wmplayer.exe"
Code:
/play d:\Music\Playlists\wakeup.wpl
(wakeup.wpl being a playlist I have prepared already).
My problem is that Scheduler DOESN'T ACTUALLY OPEN A WINDOW of Media Player! It DOES work, it launches Media Player and starts playing the playlist, but for some weird reason it only opens it as a background process, there's no window of it that I can interact with! This is annoying cause the only way I can stop it after I get up is to get into Task Manager and terminate wmplayer.exe manually - it doesn't even stop when I click "End task" within Task Scheduler!
It's driving me nuts, cause if this simple thing doesn't work properly how the hell is it gonna deal with more complicated tasks I might want to do?