Ad hoc commands can be executed on the Agent Of Control using the Menu… context menu item on the Control Panel.

Scripts to process incoming commands are to be created on the Agent Of Control. See Sample script for processing Server of Control command on Agent of Control section of Administrator's Guide.

Configure command sending on the Server Of Control as follows:

  1. Right-click the area that contains the object's name and select the Menu… item in the appeared context menu.
  2. The Menu… dialog box opens.
  3. Click the  button to add a new men item. The fields used to configure menu item will be displayed.
  4. In the Menu item name field enter the menu item name that will be displayed in the context menu on the Control Panel (1).
  5. Enter DO_COMMAND in the Application launched field (2).
  6. Enter the value for param0<> parameter in the Parameters of launch field (3). Using the value of this parameter in the script created on the Agent Of Control one can find out what command is to be executed.
  7. Click the  button (4). The command will be added to the list of commands in the Menu… dialog box.
  8. Repeat steps 3-7 for all required commands and parameters.
  9. Close the Menu… dialog box.

The added commands will be displayed in the context menu on the Control panel.

Command sending is now configured on the Server Of Control.