Sound

From Wiki
Revision as of 04:59, 26 September 2005 by Boydon (Talk | contribs) (Applying templates (header, body, footer))

Jump to: navigation, search


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


See also

Main Page Documentation