PDA

Click to See Complete Forum and Search --> : Importing files into the Registry that were exported from RegEdit.exe


VB6Coder
Oct 10th, 2001, 03:44 AM
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
:)

filburt1
Oct 10th, 2001, 06:11 AM
Shell "regedit.exe filename.reg /s", vbNormalFocus

That should merge the settings without prompting. :)