View Single Post
Old 01-22-2005, 05:11 AM   #5
Unregistered
Nameless Being
 
How exclude works

You must create a text file and put the excludes in there, then specify the text file in your xcopy command. Very wierd.

e.g.

exclude.txt

\This\
\That\


xcopy *.* g:\ /exclude:exclude.txt
  Reply With Quote