Please take note to make the next releases with import/export of personal setting. Making a copy of files "%APPDATA%\ChemTable Software\Reg Organizer\*.hml" manually is inconvenient. Thanks!
In the AutoIt code approximately:
; Copy *.hml files in the ChemtableAppdata directory to a new folder/directory called "SettRegOrg".
FileCopy(@AppDataDir&"\ChemTable Software\Reg Organizer\*.xml", @ScriptDir&"\SettRegOrg\" , $FC_OVERWRITE + $FC_CREATEPATH)
; Extract *.hml files in the "SettRegOrg" directory to the ChemtableAppdata directory.
FileCopy(@ScriptDir&"\SettRegOrg\*.xml" ,@AppDataDir&"\ChemTable Software\Reg Organizer\", $FC_OVERWRITE )
Last edited by jekov on Wed Feb 17, 2016 9:40 am, edited 5 times in total.