custo manager.exe provides from version 3.8.16 / 4.0.3 / 4.1 the possibility to load setting over the command line from a csc file. The goal is to create with this procedure a new workstation and/or new user in the configuration database. If no database exist a new database will be created.

The csc file must have the following format:

csc-Datei "mypersonalsettings.csc"
custo service center Version 2.00

##User=Dr. Meier
##Workstation=XP015

[Auftragsbearbeitung]
"AllowAnalyzeJobs"=VALUE#BOOL:true
"AllowExportJobs"=VALUE#BOOL:true
...

The entry "User" and "Workstation" must be entered manually in the csc file and may only be a maximum of 1x, but can also be specified individually. Be sure to pay attention to the format (double #, uppercase / lowercase, spelling) and blank lines. Quotation marks (") due to spaces are not required Depending on the existence of these entries. A new user and / or a new workstation will be created and the settings will be imported. If any user or workstation with these names already exist they will be used.


This csc file can be read in as a command line parameter when starting the custo manager.exe.

Kommandozeile zum Einlesen
Sample:
C:\Program Files (x86)\custo med\Exe\custo manager.exe /settingsfile=mypersonalsettings.csc

custo manager.exe exits after this Action. The parameter "/DisableAutoEnd" is ignored. In case of an error no message is displayed, so that this process is 100% "silent". Corresponding information can be found in the Error.log.