dongzhiquan

Microsoft (R) Cabinet Maker - Version 5.1.2600.2180
Copyright (c) Microsoft Corporation. All rights reserved..

MAKECAB [/V[n]] [/D var=value ...] [/L dir] source [destination]
MAKECAB [/V[n]] [/D var=value ...] /F directive_file [...]

  source         File to compress.
  destination    File name to give compressed file.  If omitted, the
                 last character of the source file name is replaced
                 with an underscore (_) and used as the destination.
  /F directives  A file with MakeCAB directives (may be repeated).
  /D var=value   Defines variable with specified value.
  /L dir         Location to place destination (default is current directory).
  /V[n]          Verbosity level (1..3).

makecab压缩成高压缩比的文件

加上 /D CompressionType=LZX /D CompressionMemory=21 这两个参数后的压缩比,是非常高的,已经超过了 WinZIP 的最高压缩比,比 WinRAR 的最高压缩比仅仅查一点点而已

分类:

技术点:

相关文章:

  • 2021-12-31
  • 2021-08-07
  • 2021-07-20
  • 2022-12-23
  • 2022-02-21
  • 2021-11-30
  • 2021-08-10
  • 2022-01-25
猜你喜欢
  • 2021-07-02
  • 2022-12-23
  • 2021-07-09
  • 2021-08-25
  • 2021-09-30
相关资源
相似解决方案