PDA

View Full Version : Importing Registry keys in batch



Vwout
01-11-2000, 12:18 PM
Hello,

It is possible to import registry in msdos-mode using 'registry file.reg'.
But if this command is used in a windows msdos-box, regedit returns a confirmation message.

Is there a way to import registry keys (not manual) without receiving any confirmation messages?

Thx, ewout.

Stuart
01-11-2000, 01:01 PM
In your batch file add the line 'regedit /s registry file.reg'


Stuart