How do you merge a 'reg' file using a batch file?

D

Don J

How do you merge a "*.reg* file into the registry of the current machine
using a batch file?

Don J

-----------------------------------------------------------------
 
J

John John

You can use Regedit.exe

Example:

REGEDIT /S somefile.reg

The /s is for "silent", it won't ask or present verbose when the
command is run.

John
 
D

Don J

Thank you very much!

Don J

--------------------------------------------------------------

John John said:
You can use Regedit.exe

Example:

REGEDIT /S somefile.reg

The /s is for "silent", it won't ask or present verbose when the command
is run.

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top