/ Published in: Windows PowerShell
Content of exclude file: one exclude pattern per line. For me it contains single line: .svn
Expand |
Embed | Plain Text
xcopy <src> <dst> /EXCLUDE:<exclude file> /E
You need to login to post a comment.
Content of exclude file: one exclude pattern per line. For me it contains single line: .svn
xcopy <src> <dst> /EXCLUDE:<exclude file> /E
You need to login to post a comment.