Q: How do I play a wav in my program? A: Type this in: first$ = "rundll mmsystem,sndPlaySound " wavfile$ = "C:\WINDOWS\MEDIA\TADA.WAV" SHELL first$ + wavfile Do not change the first$, it will not work if it is. Wavfile$ is the path of the wav you want to play. This wav playing code should work for any wavs.