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

  1. REGEDIT4
  2.  
  3. # This .reg file is an example that accompanies Funduc Software's
  4. # Registry Toolkit and Registry Toolkit Merge utilities. This .reg 
  5. # creates some values & data under
  6. # HKEY_CURRENT_USER\Software\Test\command. 
  7. # This sort of action can be combined with other operations. See
  8. # ComplexExample.reg
  9. #
  10. # Back up your Windows registry before you experiment!
  11.  
  12. [HKEY_CURRENT_USER\Software\Test\command]
  13. "\\\\FS2\\FILES\\Something\\"="W:\\WIN32APP\\OFFICE2000"
  14. "Test"="test.exe"
  15. "Something Else"=dword:00000004
  16. "Install Path"="d:\\test\\"
  17.