xcopy

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
lala
Posts: 6
Joined: 08 Mar 2011 12:53

xcopy

#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

Re: xcopy

#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

Post Reply