I've seen a cfew threads that say how to play music with the play minimized when it starts with start /min
, as well as one that creates a VBS script to run the audio minimized. But no matter which way I try to get audio to run minimized, it appears on screen.
Also, if I try start /min
or start /max
I'll get the same result.
Does anyone know how I can get something to start minimized?
Batch Music Player.bat
for mac it is. . .
Note: it must be in the iTunes folder in iTunes music.
If you can use a third-party utility then
wv_player
is a free media player that has a simple gui and has command line switches to play media files with no interface.Most suggested is MediaPlayer or the relative ActiveX object . This could be problem for a people without installed MediaPlayer (e.g. Windows XP required genuine authentication in order to install it) and it can acts differently on different windows versions (e.g. on some windows version auto closing does not work as expected). Here's my implementation (does not create temporary files).Example:
On every windows machine there are installed SP ActiveX objects which are capable to run
.wav
files (no mp3 and so on). Here's one script.Expample:and we have also HTA/InternetExplorer applications and their bgsound tag.Which also allows you to control the volume of the played song:
Just use Sounder.exe
example your command line would be Sounder MyWaveFile.wav
Get it from
http://www.elifulkerson.com/projects/commandline-wav-player.php