Silent Copy Options

Tech-Archive recommends: Speed Up your PC by fixing your registry



I am using the following:

Set DestFldr=objShell.NameSpace(Ag(1))
Set SrcFldr=objShell.NameSpace(Ag(0))
Set FldrItems=SrcFldr.Items
DestFldr.CopyHere FldrItems, &H214

However, I continually get prompted to overwrite files. Is there a way to
answer "YES FOR ALL"? I thought I have the options correct.

TIA
Mark



.