excluding copy directories in robocopy

  • Thread starter Thread starter Nicholas Hall
  • Start date Start date
N

Nicholas Hall

I have posted before on how to use Robocopy, but I am now getting some where
with it.

I have one last short question though

When copying I want to exclude $RECYCLE.BIN and RECYCLER

should I use: robocopy /mir k:\ \\Mybookworld\public\ /XD dirs $RECYCLE.BIN
/XD dirs RECYCLER /XN /XO

or there another way

NIK
 
Back
Top