In this section:
If you require a sound that is not one of the standard system sounds (see BEEP above) and a sound card is installed, you can include small sound samples previously stored in standard wave file format (.WAV). The wave file must be included in a resource script or in the resource section of the program. For example:
MySound SOUND dognoise.wav
The following code illustrates how the sample is played back.
i=winio@('%^bt[Bark]', 'SOUND', 'MySound')