Play Command

Plays the sound file specified by string.

Syntax

Play string

Remarks

The sound file is in standard Windows uncompressed .wav format. Do not specify the .wav extension. The Adventures and Lessons directories each contain a .wav subdirectory. The respective subdirectory is searched first, followed by the directory pointed to by the ADVWAVE configuration string. By default, ADVWAVE=ADV\WAV.

PLAY ““ stops sound playback without delay.

Example

'Plays the file: OH001.WAV.

PLAY "OH001"