registry question

  • Thread starter Thread starter greg
  • Start date Start date
G

greg

hello,
i have a quick registry question.
i have created a reg file, which i am calling from a batch file.
is there a way to run it without having it prompt me for a yes/no dialog?

thanks
 
hello,
this does not seem to work.
i still get prompted with the dialog.
i tried in a batch file both of these:
regedt32.exe x.reg /s
x.reg /s
also both from the command prompt.
and all 4 times i get the dialog box.

thanks


"David Candy" <.> wrote in message
/s for silent.
 
oh,
regedit /s x.reg
/s first.
thanks


"David Candy" <.> wrote in message
/s for silent.
 
Back
Top