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.
我正在尝试复制文件夹并重命名它。
如何用powershell做到这一点?
复制项目失败,因为我试图将其粘贴到同一目录中。
Copy-Item Original Original-Copy -recurse
所以它也复制了内容。
只需给目的地一个新名称。这对我有用。
副本项目原始原始副本
将名为“Original”的文件夹复制到名为“Original-Copy”的文件夹中。