Hi, im using following command to copy folder from one place to another,
but whenever i have files in it with unusual letter in its name, for example spanish ones like "ó" i get the error message and those files are copied but with error (for example excel files that do not have anything inside). How to prevent this, without renaming the files?
Thanks!
Code:
shell xcopy "C:\Users\.....\Doc" "Doc_new" /I/s
Thanks!
Comment