Sound

From Wiki
Revision as of 17:06, 26 August 2005 by Boydon (Talk | contribs) (Example: Applying template to note)

Jump to: navigation, search

sound

Miscellaneous

Synopsis

sound [filename]

Description

The sound command plays a wave file or the SystemDefault beep.

Example

if #charghost = YES
{
sound
halt
}


Note: For File Use:


If the sound file is in a directory which exists in your dos PATH environment variable, you do not need to include a full path. Try this:

sound chimes.wav


You should hear the windows chimes sound. Sound will also accept absolute paths.

sound c:\windows\media\chimes.wav



Main_Page Documentation

Miscellaneous