Single Click Configuration Export?

General and specific configuration/INI settings

Single Click Configuration Export?

Postby sprint907 » Tue Nov 09, 2004 5:15 am

Hi,
I like to archive my copy of UltraEdit on a CD. I like also to have all my configurations exported and archived too. Is there a function to export all the configurations to a single file or a set of files?
The suggestions available on this site to do this is very cumbersome. Is there a one click solution?

As I use more and moe of Ultraedit, my configurations/preferences change and I like to save my settings from time to time.

Regards
Si Prin
User avatar
sprint907
Newbie
 
Posts: 1
Joined: Tue Nov 09, 2004 12:00 am

Re: Single Click Configuration Export?

Postby Mofi » Sun Nov 14, 2004 8:12 am

No, there is no single click export settings function in pre v12.10 UEs. It can be done with a batch file, which

.) creates a temporary directory,
.) exports all UltraEdit keys from the registry to a reg file,
.) copies the current ini-file(s),
.) copies the current keyboard setting-file(s),
.) copies the current wordfile(s),
.) copies the current tag file(s),
.) copies the current macro file(s),
.) copies the current template file(s),
.) copies the current auto-complete file(s),
.) packs the temp directory with all files to an archive with current date in file name
.) and removes the temp directory after packing.

Packing with deletion of the temp directory after successful archiving can be done for example with RAR.

But you have to create this batch file by yourself, because no one here knows your current configuration (location of the files) and what kind of files you really use.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4055
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to Configuration/INI Settings