Hi Guys, im trying to get VB to run the regedit.exe function with the following command line
regedit.exe /E C:\VB.txt "HKEY_LOCAL_MAC HINE\Software\A berlink 3D"
Anybody have any ideas? The problem i have is getting VB 2005 to export an entire subkey rather than just one value at a time. Am i going down the right route with using regedit or is there a function within .net that will do this for me?
Thanks in advance
Ben
regedit.exe /E C:\VB.txt "HKEY_LOCAL_MAC HINE\Software\A berlink 3D"
Anybody have any ideas? The problem i have is getting VB 2005 to export an entire subkey rather than just one value at a time. Am i going down the right route with using regedit or is there a function within .net that will do this for me?
Thanks in advance
Ben
Comment