Request: Reg Organizer personal setting

Questions and comments regarding Reg Organizer, Registry Life and Autorun Organizer.
Post Reply
jekov
Posts: 5
Joined: Wed Feb 10, 2016 4:38 pm

Request: Reg Organizer personal setting

Post 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 )
Last edited by jekov on Wed Feb 17, 2016 9:40 am, edited 5 times in total.
User avatar
Chemtable Software
Developers Team
Posts: 377
Joined: Thu Aug 07, 2008 12:59 pm

Re: Request Reg Organizer personal setting

Post by Chemtable Software »

Your suggestion is clear. It is accepted.
Post Reply