Command-line parameters
The executable program of the Workspace Control Console is pwrtech.exe. The following command-line parameters are available for Building Block actions:
Parameter |
Description |
---|---|
/add <path + name XML-file> |
Imports a single Building Block into the Console. For example:
|
/add <path + wildcards> |
Imports multiple Building Blocks into the Management Console. For example: "%respfdir%\pwrtech.exe" /add H:\example.xml If the Building Block contains settings from the Composition node, Authorized Files or Blocked Resources, add the option "/overwrite" to specify that these settings should replace any existing settings (for the Composition node, only settings for the same type ("Mapping") and level ("Global") will be replaced). If you do not add this option, all settings in the specified Building Block files will be merged with the current settings in the Console. |
/del <path + XML-file> |
Deletes an application from the Console. For example: C:\Progra~1\RESSof~1\Worksp~1\pwrtech.exe /del H:\xml\startmenu_accessories_calculator.xml |