Implementation of command line launchers depends on the type of the batch mode program (Core related or Plugin related).

Both modes provide two ways of implementation:

To create command line launcher:

  1. Core related batch program:
  2. Plugin related batch program:

Available parameters for project command line launcher:

All parameters for project command line launchers, both in the command line and properties files, should be provided in the format "property1=value1 property2=value2".

To open multiple projects, you must define properties for each project (in case the project is local, path or name is enough) in separate properties files. These files are passed as "properties" arguments e.g. "properties=prop1.properties;prop2.properties".