how do i fix: 'access denied' with the move command in windows 7?

余生颓废 提交于 2019-11-30 12:38:43

Or you could try robocopy with /MOVE argument:

robocopy C:\old\folder F:\new\folder /E /MOVE

Syntax is:

MOVE [/Y| /-Y] [Drive:][Path]Folder1 Folder2

That means, you can rename one folder, but you cannot "move" contents to another drive.

I'm afraid, you have to copy your source-folder to the destination-folder (xcopy) and then delete the source-folder

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!