Difference between revisions of "Sound"

From Wiki
Jump to: navigation, search
(No difference)

Revision as of 21:44, 13 August 2005

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