How to transfer your personal configurations between PCs

Instructional HowTos, posted by users. No questions here please.

Moderators: AmigoJack, helios, bbadmin, Bob Hansen, MudGuard

Post Reply
helios
Posts: 716
Joined: Sun Mar 02, 2003 5:52 pm
Location: Helios Software Solutions
Contact:

How to transfer your personal configurations between PCs

Post by helios »

You can transfer the personal configurations that you have made in TextPad, to another PC. The information on how to do this, is available from the Help menu as follows:

From the Help menu choose:

1. Help Topics
2. Contents
3. Plus sign next to "How to"
4. Plus sign next to "Customize settings"
5. Transferring between PCs


Helios Software Solutions
rkrite
Posts: 18
Joined: Wed Oct 08, 2003 10:38 pm
Location: Sydney

Post by rkrite »

I also found that this (whcih is a chunk out of something that I downloaded from the add-ons page) works very nicely... put this in a file then in a tool to make it easy...


set KEYPATH=HKEY_CURRENT_USER\Software\Helios\TextPad 4
set BUFILENAME=textpad.reg
REG EXPORT "%KEYPATH%" "%BUFILENAME%"

this should be run in a dos batch file.
Kelly Bellis

How to transfer your personal configurations between Pc's

Post by Kelly Bellis »

:?:

Hi Helios - thanks for the How-To tip. I did exactly as outlined in the Help file - Exporting from a WinME machine to a WinXP Pro machine.

Some of the settings (added document classes) were successfully registered with Windows; however, none of the previously associated files were. Any thoughts How-To export ALL of the settings from one registry to the other?

Thanks for any reply.

Kelly
Dcantor
Posts: 18
Joined: Wed Sep 03, 2003 3:30 pm
Location: Groton, CT

Regedit command

Post by Dcantor »

Rkrite suggested putting this code into a DOS batch file:

set KEYPATH=HKEY_CURRENT_USER\Software\Helios\TextPad 4
set BUFILENAME=textpad.reg
REG EXPORT "%KEYPATH%" "%BUFILENAME%"

Under Windows 98, the final command should be

regedit /e "%bufilename%" "%keypath%"
Dave C.
Groton, CT
Post Reply