Thanks, I followed your links and noticed the FOF_SILENT flag in the
SHFILEOPSTRUCT structure.
This is a bit over my head. How do I set the FOF_SILENT flag from the shellfilecopy command I'm using below.

bSuccess = ShellFileCopy(oldfile, newfile)

Or perhaps I need some extra code. Thanks


Quote Originally Posted by LaVolpe View Post
That ShellFileCopy function (if it is what I think it is, uses the SHFileOperation API. Well that API's SHFILEOPSTRUCT has several flags that can be set to copy/move/delete files silently.

Click on the links for more details