Using the Screen Designer command line

You can use the Screen Designer command line to:

  • Generate one or more customization files from Screen Designer project files.
  • Import multiple projects to a current Screen Designer project.

Syntax

<Install_Dir>\Plus\ScreenDesigner\RumbaScreenDesignerCLI.exe [/P <project_file_path> | /L <project_file_list_path>] [/O <output_dir>][/S] | /I <config_file> | /?

where:

<Install_Dir>
is the folder where the Screen Designer is installed.
/P <project_file_path>
is the fully qualified path to a single project file.
/L <project_file_list_path>
is the fully qualified path to a file that contains a list of project files.

Each path and file name must be on a separate line. You can use the pound sign (#) to comment out a line.

/O <output_dir>

is the fully qualified path of where to export the customization files. Optional. If not specified, the <Install_Dir>\Plus\ScreenDesigner folder is used.

/S
saves the project after the customization file is generated.
/I <config_file>
is the fully qualified path of the configured list of projects to import.
/?
shows this information on the screen.