PlaySound function

The PlaySound function plays a Windows .wav file.

Syntax
PlaySound path

Parameters
path—A string parameter specifying the complete path to the .wav file to be played.

Comments
All parameters for this function are optional.

Example
The following example is the After Integration script for an integration. It plays the Msremind.wav file to indicate that the integration is complete.

PlaySound “c:\windows\system\Msremind.wav”


Documentation Feedback