xcopy 排除文件中的注释或备注

发布于 2024-09-03 00:30:53 字数 127 浏览 2 评论 0原文

我知道 xcopy 是如何工作的,但是是否可以向排除文件添加注释?像这样的事情:

.pdb
.xml
.config
Some.dll /* excluded because ... */

I know how xcopy works, but is it possible to add comments to your exclude files? Something like this:

.pdb
.xml
.config
Some.dll /* excluded because ... */

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

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

发布评论

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

评论(1

你好,陌生人 2024-09-10 00:30:53

我们就是这样做的:

.pdb
.xml
.config
 /* excluded because ... */
Some.dll

对于某些人来说也许这是理所当然的事,但我认为在排除的文件中可能有一种默认的注释方式。也许 xcopy 甚至会搜索文件名为 '/* 的文件,因为 ... */ 被排除,但它对我们有用。

This is how we did it:

.pdb
.xml
.config
 /* excluded because ... */
Some.dll

Maybe a no-brainer for some, but I thought there might have been a default way of commenting in excluded files. Maybe xcopy even searches for a file with filename '/* excluded because ... */, but it works for us.

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