Loading Robotic Automation projects from the command line
To start Pega Robot Runtime from the command line and specify the name of the project (or package) that you want your users to run, include the -d
or Project=
parameter. This way, your Pega Robot Runtime users do not have to select the project from the menu that is available from the task bar.
To load a project, perform the following steps:
- Open a command prompt window.
- At the command prompt, enter the command to start Pega Robot Runtime and include the
-d
orProject=
parameter. Include quotation marks (") around the path and project name.
For version 19.1 and later, to load a project, enter the following on the command line:
C:\{path to the Synchronization Engine install folder}\Pega.Loader.exe -d "path and project name"
For version 8.0 SP1 and earlier, to load a project named example.openspan, enter the following on the command line:
C:\{path}\OpenSpan.Runtime.exe Project="C:\OpenSpanDeploymentFiles\example.openspan"
Previous topic What startup parameters can I use with Pega Robot Runtime? Next topic Logging Pega Robot Runtime user activities