Image based summary:

Some background
I would like to add EmEditor’s settings to my regular backup flow, which is scripted.
The script calls an EmEditor .jsee macro, which in turn should do the same as “Tools” → “Import and Export” → “Export all settings into a registry file” / “into INI files”
Essentially something analogous to the filters export method:
editor.Export( "d:\\backup\\settings.reg" );
It seems that such a command doesn’t exist, but before I make a feature request I’ll first ask if someone has an idea.