Specifies the command line to be used for opening command files.
Syntax
SetCommandLineForOpen(executableFilename, arguments)
Parameters
- executableFilename
- Name of executable file to run when opening command files.
- arguments
- Arguments to command line used for opening command files.
Remarks
This function may be used to specify the program and command line arguments which
functions like Open will use for opening command files.
Examples
CopyUsing Emacs to open command files
onLoad() := CommandFile.SetCommandLineForOpen(emacsclientw.exe, -n);
Here SetCommandLineForOpen is called not by a voice command but by defining an onLoad function. Putting this code in _global.vcl will cause emacsclientw.exe -n to be used for opening command files without further action on your part.
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)