首页 > 其他分享 >bandzip命令行

bandzip命令行

时间:2022-09-19 17:46:24浏览次数:71  
标签:files ... bandzip name 命令行 archive target

bandzip命令行

一、bandzip介绍

二、bandzip参数

bz 7.17(Beta,x64) - Bandizip console tool. Copyright(C) 2021 Bandisoft
ERROR: Parameter Paring Error
Usage:
  bz <command> [<switches>...] <archive> [<files>...] [<path_to_extract>]

<Commands>
  a : Add files to archive
  x : eXtract files with full pathname
  t : Test integrity of archive
  d : Delete files from archive
  c : Create new archive(or overwrite exist file)
  e : Extract files without directory names
  l : List contents of archive
  v : Verbosely list contents of archive(ZIP format only)
  rn: Rename files in archive

<Switches>
  -             Stop switches scanning
  -l:<0...9>    Set compression level (0:store, 5:default, 9:maximal)
  -r-           Disable recursion (default)
  -r            Enable recurse subdirectories
  -aoa          Overwrite All existing files without prompt
  -aos          Skip extracting of existing files
  -aou          aUto rename extracting file
                (for example, name.txt will be renamed to name (2).txt)
  -sfx:[{name}] Create SFX archive
  -zopfli       Use Zopfli as deflate compressor(very slow)
  -p:{password} Set password
  -o:{dir}      Specify target folder
  -y            Assume Yes on all queries
  -fmt:{fmt}    Specify archive format
                (zip, zipx, exe, tar, tgz, lzh, iso, 7z, gz, xz)
  -v:{size}     Specify volume size(-v:1000000 -v:1440k -v:100MB ...)
  -target:auto  Extract to target path smartly
  -target:name  Extract to archive-name folder of target path

压缩命令:

标签:files,...,bandzip,name,命令行,archive,target
From: https://www.cnblogs.com/caojun97/p/16708425.html

相关文章

  • CentOS下命令行终端的背景和shell命令提示符及其颜色
    CentOS下命令行终端的背景和shell命令提示符及其颜色1、修改命令行终端背景和字体在浏览别人的博客时偶然发现别人的命令行终端竟然是黑底绿字,而我的是白底黑字,比......
  • C# 执行cmd命令行并关闭
    记录一下 ProcesscmdProcess=newProcess();cmdProcess.StartInfo.FileName="cmd.exe";cmdProcess.Start......
  • Java命令行传参
    Java命令行传参publicclassHelloWorld{/***@authorwangzhen*@param*@since1.0*@throwsnull*/publicstaticvoidmai......
  • 达梦数据库命令行工具
    命令行工具列表(1)连接管理工具(2)导入导出工具命令行工具详解连接管理工具连接数据库//默认连接本机数据库(密码若无特殊字符则直接书写反正使用'""'包裹密码)[......
  • Go 执行命令行并实时打印输出
    golang可以获取命令执行的输出结果,但要执行完才能够获取。如果执行的命令是ssh,我们要实时获取,并执行相应的操作呢?见:https://blog.csdn.net/universsky2015/article/detai......
  • 解决python命令行报错问题
    解决Python报错Failedcallingsys.__interactivehook__报错截图可以看到主要的报错信息File"D:\Python\Anaconda3\lib\site-packages\pyreadline\lineeditor\histo......
  • 使用 Node.js 构建基于 Typescript 的命令行界面 (CLI)
    使用Node.js构建基于Typescript的命令行界面(CLI)我们的目标是使用Typescript创建一个基于Node.js的命令行界面(CLI)。此设置包括顶级等待支持和ES模块导入。......
  • windows系统命令行cmd查看显卡驱动版本号CUDA
    Win+R 输入cmd进入命令行输入nvidia-smi  ......
  • 在 .NET / C# 中管理命令行参数
    在.NET/C#中管理命令行参数创建控制台应用程序时,我们经常需要处理通过命令行传递的参数。本文介绍了一种使用命令行解析器nuget包。Photoby奥斯卡·耶尔迪兹......
  • 命令行查看python版本弹出应用商店
    命令行查看python版本弹出应用商店win10系统,在命令行输入python查看版本,弹出应用商店,出现该问题的原因可参考下列博客:链接:https://blog.csdn.net/qq_36949278/article......