zoukankan      html  css  js  c++  java
  • CAB文件创建(makecab) 压缩成高压缩比的文件

    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 的最高压缩比仅仅查一点点而已

  • 相关阅读:
    四则运算出题器3
    《梦断代码》读书笔记
    结队开发的小程序
    四则运算程序测试
    (补)PSP三张表
    多功能四则运算出题器
    四则运算分析题
    C语言编写的随机产生四则运算测试题
    读书笔记
    四则运算(三)
  • 原文地址:https://www.cnblogs.com/dongzhiquan/p/1994653.html
Copyright © 2011-2022 走看看