|
PlaySoundPlaySound is a small utility that allows you to play various sound files interactively or via a command-line.
PlaySound will play the following sound files
*.wav, *.mp3, *.wma, *.snd, or *.au provided that you have the associated codec already installed.
PlaySound v1.2.1.6 (Size 342 KB) Freeware

Sound files can be played from the command-line via a parameter.
PlaySound.exe <sound file>
Enclose the file in quotes to allow for spaces in path or filename.
Environment Variables are supported.
REM Sample Batch File
PlaySound.exe
"c:\Sound Files\Demo.mp3"
cls