告诉 XCOPY 复制隐藏文件夹和隐藏文件

发布于 2024-12-10 18:22:00 字数 1549 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

嘦怹 2024-12-17 18:22:00

有趣的是,我只是想 xcopy 并遇到了同样的问题,我知道这已经晚了 7 年,但它可能有助于

使用 /h /s /e 似乎可以正确复制隐藏文件和目录

funny I was just trying to xcopy and had the same issue, i know this is 7 years late but it might help

using /h /s /e seems to copy hidden files and directorys correctly

若言繁花未落 2024-12-17 18:22:00

正如 @xanatos 所说,它复制 Windows 7 中的隐藏文件夹。

我无法让它复制 Windows 2003 Server 中的隐藏文件夹,是的,即使使用 /h 开关也是如此。隐藏文件,是的,但不是隐藏文件夹。

诡异的。

As @xanatos says, it copies hidden folders in Windows 7.

I couldn't get it to copy hidden folders in Windows 2003 Server, yes, even using the /h switch. Hidden files, yes, but not hidden folders.

Weird.

梦里兽 2024-12-17 18:22:00

尝试添加/s。 /e 应该解决这个问题,但似乎没有这样做。我刚刚使用 /s 对此进行了测试,它为我提供了用户配置文件的隐藏文件夹以及每个文件夹的所有内容。

Try adding /s. /e should be taking care of that, but doesn't appear to be doing so. I just tested this with a /s and it gave me the hidden folders of a user's profile, as well as all the content of each.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文