开发者

How to avoid thumbs.db files in compression

开发者 https://www.devze.com 2022-12-19 18:08 出处:网络
Is there a 7zip or winzip command to use开发者_如何学运维 so that the compression avoids thumbs.db files?For 7zip,-x is the file exclusion option switch.

Is there a 7zip or winzip command to use开发者_如何学运维 so that the compression avoids thumbs.db files?


For 7zip,-x is the file exclusion option switch.

7z.exe a test.7z C:test* -r -x!thumbs.db

See Excluding Files at the following link.

0

精彩评论

暂无评论...
验证码 换一张
取 消