Page 1 of 1

Request: Reg Organizer personal setting

Posted: Mon Feb 15, 2016 5:54 am
by jekov
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:

Code: Select all

; 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)

Code: Select all

; Extract *.hml files in the "SettRegOrg" directory to the ChemtableAppdata directory.
FileCopy(@ScriptDir&"\SettRegOrg\*.xml" ,@AppDataDir&"\ChemTable Software\Reg Organizer\", $FC_OVERWRITE )

Re: Request Reg Organizer personal setting

Posted: Tue Feb 16, 2016 6:19 pm
by Chemtable Software
Your suggestion is clear. It is accepted.