Page 1 of 1

xcopy

Posted: 09 Mar 2011 04:52
by lala
hello

i have question about xcopy
how to exclude folder from copy to avoid acircle copy
with out use txt file to write the folders that i do not want to copy
i mean
exclude:"folder name"
not
exclude:test.txt
are there ideas bout that??

thanks

Re: xcopy

Posted: 10 Mar 2011 16:15
by aGerman
Behind exclude: is always a name of a file that contains the strings you want to exclude. I guess for a folder you have to write \foldername\ into this file.

Regards
aGerman