I just tried to copy my Users folder from partition C to partition D using the method mentioned in this post.
Unfortunately I encountered two problems:
- When using the command
robocopy c:\Users d:\Users /mir /xj /copyall, robocopy says that it can't find the fileC:\Users\, although it exists. - When using the command
robocopy x:\Users d:\Users /mir /xj /copyall, robocopy says that it cannot find the pathd:\Users\Administrator\Application Data,error code <0x00000003>.
I started the command line mode of my Windows 7 installation disk (repair mode).
Does anybody know what the reasons for these errors might be?