Copy files tree except some subfolders


/ Published in: Windows PowerShell
Save to your folder(s)

Content of exclude file:
one exclude pattern per line. For me it contains single line:
.svn


Copy this code and paste it in your HTML
  1. xcopy <src> <dst> /EXCLUDE:<exclude file> /E

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.