Exports settings to an XML file.
Exports all user settings:
XSettingsExport /node:USER /XMLFile:"C:\Projects\EPLAN\my_user.xml"
Exports all station settings:
XSettingsExport /node:STATION /XMLFile:"C:\Projects\EPLAN\my_station.xml"
Exports all company settings:
XSettingsExport /node:COMPANY /XMLFile:"C:\Projects\EPLAN\my_company.xml"
Exports your dialog settings:
XSettingsExport /node:USER.DIALOGSETTINGS /XMLFile:"C:\Projects\EPLAN\my_dialog_settings.xml"
Exports your project settings:
XSettingsExport /prj:"C:\Projects\EPLAN\EPLAN_Sample_Project.elk" /XMLFile:"C:\Projects\EPLAN\my_project.xml"
Exports your custom symbols from the project settings:
XSettingsExport /prj:"$(MD_PROJECTS)\EPLAN_Sample_Project.elk" /node:XSbGui.CustomSymbols /XMLFile:"C:\Projects\EPLAN\my_custom_symbols.xml"