Search found 1 match

by OU_GUY
17 Sep 2009 06:57
Forum: DOS Batch Forum
Topic: XCOPY files with "&" in the name
Replies: 2
Views: 5300

XCOPY files with "&" in the name

Hello,

I want to copy a folders content into another folder, but some of the files have an "&" in the name and are not carried over.

Any ideas?

Code: Select all

xcopy "P:\Test" "\\test\test\Data Feeds" /-Y
pause