importing .reg files with a command line

S

s4

Guest
I have a registry file with a .reg extension that I would like to import with a command line while running Windows ME. I know that double clicking on the file will import it into the registry but would like to make a batch file that does other things. Is there some utility that can do this?
 

fury

Administrator
Staff member
I don't know if this will work with ME, because I think it requires real-mode DOS, but give it a go

regedit /c file.reg

It compacts and imports a .reg file into the registry
 
Top