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
How to transfer your personal configurations between PCs
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
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.
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.
How to transfer your personal configurations between Pc's
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
Regedit command
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%"
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
Groton, CT