Share via

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 for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    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

    Was this answer helpful?

    0 comments No comments

Your answer

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