OpenSound()

var mySound = OpenSound("c:\\welcome.wav")
mySound.Play()

Close