Scheduled tasks question

This is a discussion about Scheduled tasks question in the Customization Tweaking category; Hi all, i was wondering if you can set windows media player or winamp to run as a scheduled task, and autoplay as well when it starts. I want to use this as a kind of an alarm clock. I can't find a command that will autoplay the music file/CD on either programs.

Customization Tweaking 1789 This topic was started by ,


data/avatar/default/avatar36.webp

193 Posts
Location -
Joined 2000-12-26
Hi all,
i was wondering if you can set windows media player or winamp to run as a scheduled task, and autoplay as well when it starts. I want to use this as a kind of an alarm clock. I can't find a command that will autoplay the music file/CD on either programs.
Is there any third party progs that do it?

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.

Responses to this topic


data/avatar/default/avatar15.webp

1047 Posts
Location -
Joined 2000-04-17
Its interesting to use Winamp as an alarm clock. I went through the wizard to schedule Winamp, but I don't know how you could get a file to run with it. Unless in the command line box, you can modify it so it loads a file.

data/avatar/default/avatar19.webp

347 Posts
Location United States
Joined 2002-03-21
Put something like this in a batch file, then schedule the batch file to run:
 
cd G:\My Music\Rage Against The Machine
start WakeUp.mp3
exit
 
You can use a single mp3 or use a playlist file (asx).

data/avatar/default/avatar36.webp

193 Posts
Location -
Joined 2000-12-26
OP
Yep it works. Nice one Davros thanks for the tip.