Thanks for the reply, but that syntax doesn't work for me with any media player so far.
I really need this functionality to run from a batch/cmd file for audible cues for certain events. I don't want to see the player interface, and I want it to exit after playing the wave file. I've been trying to get this kind of command to work:
start /min "player.exe" /play /close "wavefile.wav"
With some media players I can get them to start minimized and play the file, but then they try to parse the /play /close switches as media files and stop with error messages. They also move the active window to the media player. With WMP, it starts but doesn't play the file, much less exit gracefully.
I know there has to be a simple way to get this done. I just can't figure out how.

Any advice would be much appreciated.