lrpp.bat

This script directly communicates with the daemon. It works only if the daemon has been previously started with the rpp.bat command. It is used to run the commands from the daemon to increase the performances.

Syntax

lrpp.bat [options] [subcmd]

Parameters

Table 1. List of the available parameters
Options Comments Required Default values
--port Port number Yes  
Restriction: The --daemon option is not authorized in the lrpp.bat command.
Note: The --port option must be the last option. The lrpp.bat command retrieves the list of commands from the daemon. As a consequence, the list of commands is not available if the --port option is not specified. The --data and --log options are managed by the daemon.

Example

lrpp.bat --refresh --port 9999 refreshes the workspace.

List of commands from lrpp.bat

Enter lrpp.bat --port to display the list of available commands.

The --port parameter represents the port number. It is required and must be entered as the last option.


Feedback