8.4 SendVegaCmd OpenGL

SendVegaCmd is a little Win32 shell command that can be used in batch files to control the VEGA main menu. In other hands, with this program you can automatize all the operations that you make more frequently. At the present time, SendVegaCmd is able only to control the functions associated with the main menu, but in the next releases the support will be extended with the capability to pass some parameters.
SendVegaCmd, like VEGA, uses the locale.dll for the language localization.

Synopsis:

SendVegaCmd [/A] [/P [PORT_NUMBER]] <COMMAND>

<COMMAND>

The name of the command to send is case insensitive and you can use menu commands, extended commands and window commnads.  The window commands are:

CmdName Description
wMinimize minimizes the main and the console windows.
wRestore restores all windows if minimized.

The GET extended commad returns a value that SendVegaCmd shows in the console window.

  
/P [PORT_NUMBER] It's an integer positive number that indicates which VEGA communication port are used. The default value is 1.  This option is useful when more than one VEGA session is running. The first running VEGA session has the port one, the second the port two, and so on.