PlaySound()
PlaySound("c:\\welcome.wav")
// or
PlaySound("intro") // intro is an alias name.
Close