Allows you to play sounds associated with a set of Windows operating system sound-event types.
Example
Running this code will play a "beep" sound when executed.
plugin command("OS Automation.dll", "system sound play", "Beep")
Allows you to play sounds associated with a set of Windows operating system sound-event types.
Running this code will play a "beep" sound when executed.
plugin command("OS Automation.dll", "system sound play", "Beep")
Was this helpful?