Discussion forum for all Windows batch related topics.
Moderator: DosItHelp
-
lala
- Posts: 6
- Joined: 08 Mar 2011 12:53
#1
Post
by lala » 09 Mar 2011 04:52
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
-
aGerman
- Expert
- Posts: 4678
- Joined: 22 Jan 2010 18:01
- Location: Germany
#2
Post
by aGerman » 10 Mar 2011 16:15
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