如何使用 Windows 批处理文件将多个文件压缩为每个存档 3 个文件?
我有 100 个如下所示的文件:
001.txt
002.txt
003.txt
004.txt
.....
100.txt
我想像这样压缩它们:
001.txt
002.txt ----> archive01.7z
003.txt
---------
004.txt
005.txt ----> archive02.7z
006.txt
如何使用 Windows 批处理文件实现此目的?提前致谢:D
I have 100 files that look like this:
001.txt
002.txt
003.txt
004.txt
.....
100.txt
I want to compress them like this:
001.txt
002.txt ----> archive01.7z
003.txt
---------
004.txt
005.txt ----> archive02.7z
006.txt
How can I achieve this with windows batch file?Thanks in advance:D
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)