Sound

From Wiki
Revision as of 21:44, 13 August 2005 by Panther.sn (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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