I have a folders with a lot of files that have illegal characters and when |I want copy them Windows ask me a lot of questions and...How can I copy these files without asking questions and escape illegal files automatically?
Based on your situation, we could try to copy s specific folder by using “xcopy” command in an elevated CMD prompt.
For example:
Xcopy C:\source folder D:\Destination
Here is a link about “xcopy” command for your reference. Please check it.
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
Your best bet would be not to use illegal characters as they will always result in pop ups but if you use a 3rd party app like robocopy to copy the files windows may not ask the questions
Wanikiya and Dyami--Team Zigzag Windows IT-PRO (MS-MVP)
Based on your situation, we could try to copy s specific folder by using “xcopy” command in an elevated CMD prompt.
For example:
Xcopy C:\source folder D:\Destination
Here is a link about “xcopy” command for your reference. Please check it.
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.