Vocola.net
Vocola 3.1 Function Library
OpenGlobalSamples()
Namespaces LibraryCommandFile ► OpenGlobalSamples
Opens the installed file of sample Vocola commands which apply to all applications.
Syntax
OpenGlobalSamples()
Remarks
The Vocola installation includes a folder called CommandSamples, containing sample command files. This function opens the sample command file _global.vcl, containing sample commands which apply to all applications.

If the command file does not exist, this function aborts the calling command and displays an error message in the Vocola Log window.

The file will be opened using the program associated with the .vcl extension in Windows Explorer, unless a different program has been specified using SetCommandLineForOpen.

Examples
CopyEdit global sample commands
Edit Global Sample [Voice] Commands = CommandFile.OpenGlobalSamples();
Saying "Edit Global Sample Commands" opens the file _global.vcl from the CommandSamples folder in the Vocola installation folder.

This is one of Vocola's built-in commands.

Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)