How do you import a file that was exported from RegEdit.exe, back in to the registry using API's.
I need it to work on Windows 95 and 2000.
Thanks in advance
:)
How do you import a file that was exported from RegEdit.exe, back in to the registry using API's.
I need it to work on Windows 95 and 2000.
Thanks in advance
:)
That should merge the settings without prompting. :)VB Code:
Shell "regedit.exe filename.reg /s", vbNormalFocus