Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将目录递归移动到新位置,然后重命名目录。我只是使用 XCOPY 移动目录,然后在其上运行 RENAME 命令(反之亦然)还是有更好的方法?
试试xcopy /E sourcefolder destinationfolder\newname\。如果文件夹“newname”尚不存在,则尾部反斜杠会抑制您是否指的是文件或目录的问题。应答文件不是你想要的。
xcopy /E sourcefolder destinationfolder\newname\