home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / rtmshare.zip / Example_CopyKey.reg < prev    next >
Windows Registry Data  |  2005-01-10  |  765b  |  22 lines

  1. REGEDIT4
  2.  
  3. # This .reg file is understood only by Funduc Software's Registry
  4. # Toolkit and Registry Toolkit Merge utilities. Do not attempt merge
  5. # this using other Windows registry editors.
  6. # The action of this example .reg is to copy all subkeys/values/data 
  7. # under HKEY_CURRENT_USER\Software\Test\command to 
  8. # HKEY_CURRENT_USER\Software\Test2\Command3
  9. # Note that you can add other steps if you wish. A 'copy' action
  10. # can be combined with other operations provided you place them as 
  11. # a separate entries. 'RT_Copy_Key' must be be by itself. 
  12. # See ComplexExample.reg.
  13. # Back up your Windows registry before you experiment!
  14.  
  15. [HKEY_CURRENT_USER\Software\Test\command]
  16. "RT_Copy_Key"="HKEY_CURRENT_USER\\Software\\Test2\\Command3"
  17.  
  18.  
  19.