From the wonderful RedGuides Wiki
This command is added by MacroQuest
Syntax Key
Notation |
Description
|
Text without brackets or braces |
Required items
|
<Text inside angle brackets> |
Placeholder for which you must supply a value
|
[Text inside square brackets] |
Optional items
|
Vertical bar (|) |
Separator for mutually exclusive items; choose one
|
{Text | inside | braces} |
Set of required items; choose one
|
Ellipsis (…) |
Items that can be repeated
|
Syntax
|
/beep [filename]
|
Description
|
Using the /beep command will 'beep' the system speaker, or optionally play a .wav file.
|
|
Options
Option |
Description |
filename |
Either the absolute pathname, or the relative pathname of the .wav to be played. The .wav extension is optional. |
Examples
/beep
|
Beeps the system speaker
|
/beep sounds/achievement
|
Plays the achievement.wav file in the sounds folder, relative to your Everquest install folder.
|
/beep C:\downloads\alarm.wav
|
Plays the alarm.wav file from the absolute filename provided.
|
See also