From windows 9x nt 2000 and xp. You can use the follwoing command to import and export reg files its a hidden allot of us do not know about.

e.g.
import:

"command.com /c" type c:\hb.txt > c:\HBK.reg
"REGEDIT.EXE" /S c:\HBK.reg

export:
"command.com /c" type c:\hb.reg > c:\HB.txt
"regedit.exe" /e c:\HB.REG hkey_current_user\software\hummingbird

I pype it to txt to eaze the find replace of any txt in the reg file and convert it back to a reg file