I want to copy files and folders in a directory to another folder excluding a list of files and folders.Is that possible.
I was just trying to copy excluding file :
xcopy c:\t1 c:\t2 /EXCLUDE:exclusion.txt
But it keeps saying read cant read file : exclusion.txt
Can anyone help me on this?
Thanks
copy /?
and read the portion titled/EXCLUDE:file1[+file2][+file3]...
– Weisshorn