"+Bob+" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I need to add settings to the registry repeatedly. I've been doing it
> via a bat that does a few related things then calls a .reg file (old
> style, text editable) but then I have to answer the "do you want to do
> this" and then "this was done" interactive prompts.
>
> I there some way to put a switch on the line to eliminate the
> interactive prompts or perhaps another simple method of adding the
> settings to the registry from a .bat ? .
>
> Thanks,
>
Use the /s switch.
Have a look here for the full syntax:
http://support.microsoft.com/?kbid=310516