Skip to content

通过知识获得解放,通过技术获得自由

Menu
  • 专题目录
  • 液压相关
    • 液压技术
    • 液压相邻技术
    • 液压应用
  • 计算机相关
    • 计算机和软件
    • 网络和网站技术
  • 哲学
  • 关于本站
Menu

7zip批量文件夹压缩bat[0]

Posted on 2023年11月14日 by

7zip是老牌的压缩软件,而且没有广告等干扰,属于清爽的压缩工具如软件。能够在多个平台下运行。对于有多个文件夹需要采用代码的方式进行执行,以下代码是windows的批处理文件,以下代码和下图的设置相同。

for /d %%X in (*) do "c:\Program Files\7-Zip\7z.exe" a "%%X.7z" "%%X\" -ppassword -mx=1 -mhe -m0=LZMA2 -mhc=on -mmt8 -v1G -sdel

-ppassword  表示加密的密码为password

-mx=1  压缩等级1,为极速压缩;-mx=0不压缩;-mx=3,快速压缩;-mx=5默认的压缩;-mx=7,最大压缩;-mx=9极限压缩

-mhe  开启或关闭文件列表的加密

-m0=LZMA2 优先使用LZMA2压缩算法

-mhc=on 文件夹中文件名压缩

-mmt8 cpu线程为8(需要更加cpu实际情况设置)

-v1G 每个压缩卷1G

-sdel  在打包压缩完成后删除源文件

参考资料:

  1. https://www.shenqiu123.com/a/jianzhan/ercikaifa/4509.html
  2. http://percychen.com/blog/linux/7z_commend_demo
  3. http://www.freeoa.net/osuport/sysadmin/7zip-practice_2138.html
  4. http://blog.sina.com.cn/s/blog_a60b1c3c0102xs2p.html

欢迎回来

希望本站对你有所帮助!

如有疑问请联系info@fanlog.org
2023 年 11 月
一二三四五六日
 12345
6789101112
13141516171819
20212223242526
27282930 
« 6 月    

AI辅助 (17)

© 2025 | Powered by Superbs Personal Blog theme
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT