Results 1 to 2 of 2

Thread: Importing files into the Registry that were exported from RegEdit.exe

  1. #1

    Thread Starter
    Addicted Member VB6Coder's Avatar
    Join Date
    Apr 2001
    Location
    Northampton, UK
    Posts
    185

    Question Importing files into the Registry that were exported from RegEdit.exe

    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

  2. #2
    VB Code:
    1. Shell "regedit.exe filename.reg /s", vbNormalFocus
    That should merge the settings without prompting.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width