Posted: 3rd Mar 2004 0:07
just an example of how to get registry entries from other places besides HKEY_LOCAL_MACHINE
+ Code Snippet
reg$="/e c:\reg.reg "+chr$(34)+"HKEY_CURRENT_USER\Software "+chr$(34)
execute file "regedit.exe",reg$,""

use that code then just reed it from the file
hope that helped someone