up vote 0 down vote favorite
1
share [g+] share [fb]

In Windows, is there a simple way (i.e. something you could type on a single command line) to just play a couple of .mp3 files and then exit on its own?

wmplayer, for example, does not seem to exit when finished, forcing the harried user to hunt it down and click it closed every time. (wmplayer 11 also seems to strangely repeat some files if you pass it a list.) (The older (1990's) versions of 'mplayer' used to support a '/close' command line option, but it doesn't seem to work in wmplayer 11.)

I'd prefer to use something that everyone will have on their machine (like wmplayer, quicktime...)

link|improve this question
Which version of Windows? – Jacob Oct 15 '09 at 1:13
1  
Jacob: I think you can safely assume XP and newer with such questions. – Joey Oct 15 '09 at 7:16
feedback

2 Answers

  • There are pure command line players. Some are listed here.

  • Also, WinAmp used to have command line controller called CLAMP. I am not sure if it's still alive or available but Google for it - it was pretty good.

  • Also, VLC has some command line capabilities though I never checked them out.

link|improve this answer
Why the down-vote with no comment? – DVK Oct 21 '09 at 12:40
I used vlc. vlc-1.1.9\vlc.exe --play-and-exit %WINDIR%\media\tada.wav – TJR May 4 '11 at 15:07
Note that VLC in its current version (1.1.9) is broken wrt command line arguments. You can't set the volume, and it appears that many more command line options are broken. Just quickly testing, I found that --start-time, --width, --greyscale are also broken (tested with video for obvious reasons). --fullscreen works, so it's not that command line parsing in general is broken. – MSalters May 27 '11 at 20:17
feedback

You can probably write a small VBScript which will use the Windows Media Player ActiveX control to play an audio file. You should be able to terminate the process from that too, once playing finished.

I'm looking around a bit and maybe can come up with a working solution. Might take a while, though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.