Friday, February 8, 2013

exclude files while using xcopy

created a file exclude.txt in current folder,put the wild cards that we need to exclude while copy,the nusing following xcopy command
xcopy c:\test d:\test1  /exclude:exclude.txt /s /i

No comments:

Post a Comment