Copying a registry key?

Associate
Joined
18 Oct 2002
Posts
1,832
Location
Brighton
Is there any way to automatically copy a value from one registry entry to another?

I've been trying to solve the problem using a BAT file but all I've managed so far is to export the key, get it to automatically open with notepad for me to edit and then import it back to the registry.

My plan so far has been to use a command in the BAT file ty edit the exported .REG file but I can't seem to do that.

Otherwise, a simple little proggy that will do the job for me would be good.

Cheers.
 
Ah, finally found out how.

After hours of trawling Google, found info on REG that allows the command REG COPY.

All done :)
 
Back
Top Bottom