
Playing a .wav File from a .vbs File
I used to use this:
shell.run "sndrec32.exe /play /close sound.wav", 0, True
Gurgen
Quote:
> What is the best/easiest way to play a .wav file from a
>
VBScript file (a .vbs file run using Windows Script Host,
> not VBScript inside a web page/HTML)?
> Thanks.