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
Code: Select all
xcopy "P:\Test" "\\test\test\Data Feeds" /-Y
pause