如何将文件从一个文件夹复制到另一个文件夹,同时排除某些文件类型?

发布于 2024-08-22 15:35:19 字数 120 浏览 3 评论 0原文

我正在使用Windows Vista。

我有一个包含许多文件和子文件夹的文件夹。

我需要将该文件夹的内容复制到另一个文件夹,而不包含任何扩展名为 .txt 的文件。

我该怎么做?

I am using windows vista.

i have a folder containing many files and subfolders.

i need to copy the contents of that folder to another without including any files of the extension .txt.

how do i do that?

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

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

发布评论

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

评论(2

焚却相思 2024-08-29 15:35:19

您可以使用xcopy。。然后提供 /EXCLUDE:file1[+file2][+file3]... 选项以排除 .txt 文件

you can use xcopy.. Then provide the /EXCLUDE:file1[+file2][+file3]... option to exclude .txt files

哭泣的笑容 2024-08-29 15:35:19

在 Windows Vista 及更高版本上,您可以使用 Robocopy 工具,这是一个功能更强大的复制命令,可让您执行自己的任务。

对于 Windows XP,可以从 MS 下载 此处

我建议您运行 robocopy /? 来查看选项并查看 /XF

On Windows Vista and further you have the tool Robocopy, a more powerful copy command which allows you to perform tasks as yours

For windows XP can be downloaded from MS from here

I suggest you running robocopy /? to see the options and take a look at /XF

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