XCOPY will not work

non admin 0 Reputation points
2023-11-28T03:20:04.41+00:00

XCOPY /C /E /I /K /S /R /Y /D:05-26-2023 I:\USB Data"Monthly Statements" D:"Monthly Statements" > D:\Stmt-11-27-xcopy-log.txt

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,974 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Karlie Weng 19,026 Reputation points Microsoft Vendor
    2023-12-13T06:13:03.6633333+00:00

    Hello,

    You could try below command:

    XCOPY /C /E /I /K /S /R /Y /D:05-26-2023 "I:\USB Data\Monthly Statements" "D:\Monthly Statements" > "D:\Stmt-11-27-xcopy-log.txt"

    Please replace the paths with your actual paths and try again. Let me know if you need further assistance!

    Regards,

    Karlie

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.