Benutzer-Werkzeuge

Webseiten-Werkzeuge


elo:ecmcommander_cli

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

elo:ecmcommander_cli [2026/03/07 08:29] – angelegt 2001:4bb8:12d:e4ca:ec0c:f2ea:c487:6824elo:ecmcommander_cli [2026/03/07 08:30] (aktuell) 2001:4bb8:12d:e4ca:ec0c:f2ea:c487:6824
Zeile 1: Zeile 1:
 ====== ECMCommander Command Line Switches ====== ====== ECMCommander Command Line Switches ======
  
-Source: ``Sysworx/ELOApplications/ECMCommander/ECMCommander.UI.Extended/Program.cs``+Source: Sysworx/ELOApplications/ECMCommander/ECMCommander.UI.Extended/Program.cs
  
 ===== General Rules ===== ===== General Rules =====
  
-  * Switch prefixes ``-````--`` and ``/`` are accepted.+  * Switch prefixes -, -- and / are accepted.
   * Parsing is case-insensitive (arguments are normalized to lower-case in code).   * Parsing is case-insensitive (arguments are normalized to lower-case in code).
   * A parameter file can replace/extend direct CLI arguments.   * A parameter file can replace/extend direct CLI arguments.
Zeile 12: Zeile 12:
  
 ^ Switch ^ Value ^ Description ^ ^ Switch ^ Value ^ Description ^
-``parameterfile`` ``<path>`` | Reads all arguments from the given text file (one argument per line). | +| parameterfile | <path> | Reads all arguments from the given text file (one argument per line). | 
-``ignoreparameterfile`` | - | Disables loading of the default or explicit parameter file. |+| ignoreparameterfile | - | Disables loading of the default or explicit parameter file. |
  
 Default parameter file (if not disabled): Default parameter file (if not disabled):
Zeile 23: Zeile 23:
  
 ^ Switch ^ Value ^ Description ^ ^ Switch ^ Value ^ Description ^
-``--mode`` ``dsnexport`` | Opens the data-source export dialog and exits afterwards. | +| --mode | dsnexport | Opens the data-source export dialog and exits afterwards. | 
-``help`` or ``?`` | - | Shows a help message box and exits. | +| help or ? | - | Shows a help message box and exits. | 
-``viewer`` | - | Enables viewer mode flag. |+| viewer | - | Enables viewer mode flag. |
  
 ===== Login / Connection ===== ===== Login / Connection =====
  
 ^ Switch ^ Value ^ Description ^ ^ Switch ^ Value ^ Description ^
-``profile`` ``profilename`` ``<name>`` | Preselects login profile name. | +| profile / profilename | <name> | Preselects login profile name. | 
-``ixurl`` ``<url>`` | Direct IndexServer URL for login. | +| ixurl | <url> | Direct IndexServer URL for login. | 
-``username`` ``<name>`` | User name for direct login. | +| username | <name> | User name for direct login. | 
-``password`` ``<password>`` | Password for direct login. | +| password | <password> | Password for direct login. | 
-``autologin`` | - | Enables automatic login behavior in login dialog. | +| autologin | - | Enables automatic login behavior in login dialog. | 
-``sso`` | - | Sets SSO flag (currently prepared in code). | +| sso | - | Sets SSO flag (currently prepared in code). | 
-``scanclient`` | - | Enables scan client mode. | +| scanclient | - | Enables scan client mode. | 
-``scanclientconfig`` ``<configFile>`` | Loads scan client config file and enables scan client mode. | +| scanclientconfig | <configFile> | Loads scan client config file and enables scan client mode. | 
-``scanpaths`` ``<pathList>`` | Overrides scan paths in scan client configuration. | +| scanpaths | <pathList> | Overrides scan paths in scan client configuration. | 
-``configpath`` ``<path>`` | Overrides ``ConnectionProfileManager.ConfigPath``. |+| configpath | <path> | Overrides ConnectionProfileManager.ConfigPath. |
  
 ===== Instance / Startup Behavior ===== ===== Instance / Startup Behavior =====
  
 ^ Switch ^ Value ^ Description ^ ^ Switch ^ Value ^ Description ^
-``singleinstance`` | - | Allows only one instance per user context. | +| singleinstance | - | Allows only one instance per user context. | 
-``runas`` ``<userName>`` | User context for single-instance checking. | +| runas | <userName> | User context for single-instance checking. | 
-``hidden`` | - | Starts in hidden mode. | +| hidden | - | Starts in hidden mode. | 
-``kill`` | - | Kills other ECMCommander instances. | +| kill | - | Kills other ECMCommander instances. | 
-``scriptindirect`` | - | Enables indirect script mode. |+| scriptindirect | - | Enables indirect script mode. |
  
 ===== Logging / Environment ===== ===== Logging / Environment =====
  
 ^ Switch ^ Value ^ Description ^ ^ Switch ^ Value ^ Description ^
-``nolog`` | - | Disables log file initialization. | +| nolog | - | Disables log file initialization. | 
-``logfile`` ``<filePath>`` | Sets explicit log file path. | +| logfile | <filePath> | Sets explicit log file path. | 
-``bingkey`` ``<key>`` | Sets environment variable ``BINGAPIKEY``. | +| bingkey | <key> | Sets environment variable BINGAPIKEY. | 
-``vlclibpath`` ``<path>`` | Sets environment variable ``VLCLIBPATH``. |+| vlclibpath | <path> | Sets environment variable VLCLIBPATH. |
  
 ===== REST / URL ACL ===== ===== REST / URL ACL =====
  
 ^ Switch ^ Value ^ Description ^ ^ Switch ^ Value ^ Description ^
-``restport`` ``<port>`` | Sets REST server port (default: ``13915``). | +| restport | <port> | Sets REST server port (default: 13915). | 
-``urlacl`` | - | Registers REST URL ACL via ``RestServerSettings.RegisterApp`` and exits. |+| urlacl | - | Registers REST URL ACL via RestServerSettings.RegisterApp and exits. |
  
 ===== COM Registration ===== ===== COM Registration =====
  
 ^ Switch ^ Value ^ Description ^ ^ Switch ^ Value ^ Description ^
-``register`` | - | Registers COM server and exits (unless ``noexit``/``registernoexit`` is also set). | +| register | - | Registers COM server and exits (unless noexit/registernoexit is also set). | 
-``noexit`` ``registernoexit`` | - | Keep application running after COM registration. | +| noexit / registernoexit | - | Keep application running after COM registration. | 
-``unregister`` | - | Reserved/placeholder path in current code (returns immediately). | +| unregister | - | Reserved/placeholder path in current code (returns immediately). | 
-``progid`` ``<progId>`` | Explicit ProgID for COM registration. | +| progid | <progId> | Explicit ProgID for COM registration. | 
-``clsid`` ``<clsid>`` | Explicit CLSID for COM registration. | +| clsid | <clsid> | Explicit CLSID for COM registration. | 
-``currentuser`` | - | Writes COM registration under current user hive. |+| currentuser | - | Writes COM registration under current user hive. |
  
 ===== Example ===== ===== Example =====
elo/ecmcommander_cli.1772872177.txt.gz · Zuletzt geändert: 2026/03/07 08:29 von 2001:4bb8:12d:e4ca:ec0c:f2ea:c487:6824