-
Notifications
You must be signed in to change notification settings - Fork 33
CommandLineArgs
Nils Kopal edited this page Sep 14, 2022
·
2 revisions
CrypWin.exe supports the following command line arguments (applies for CrypStartup.exe as well):
- -silent: hide log messages and status bar
- -nosplash: hide splash screen
- -peer2peer or -p2p: automatically connects to the P2P network with the stored settings at startup
- -demo: enable Demo Mode controls (shown in MainWindow ribbon bar)
- -test: enable Test Mode controls (similar to Demo Mode, but saves log file with errors and does not loop)
- -autostart: automatically play workspace after startup
- -noupdate: disables update function
- -GenerateDoc: Only generates the online documentation and terminates.
- -GenerateComponentConnectionStatistics: Only generates the component connection statistic XML from the available templates.
- -GenerateFunctionList: generates function lists (csv and txt files containing lists of all components)
- -ResetConfig: reset user-specific application configuration to defaults
- -lang (de|en): set UI language
- arbitrary string not starting with dash (-) will be interpreted as project filename and loaded after startup