- 綠色版查看
- 綠色版查看
- 綠色版查看
- 綠色版查看
修復(fù)MakeCAB.exe文件
第一步: 下載makecab.exe錯(cuò)誤修復(fù)軟件。
第二步: 點(diǎn)擊保存或打開程序,完成安裝程序。
第三步: 點(diǎn)擊"一鍵云查殺"掃描你的電腦。
第四步: 點(diǎn)擊"立即處理"按鈕修復(fù)電腦錯(cuò)誤或者病毒,加快計(jì)算機(jī)。
命令用法
直接運(yùn)行MakeCAB,系統(tǒng)給出命令用法如下:
C:Documents and SettingsSunDesktopwebsipp>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).
如果目錄里面有多個(gè)文件,那么就需要編寫一個(gè)文件列表文件,用來(lái)告訴MakeCAB,有多少文件需要打包。簡(jiǎn)單的編寫了一個(gè)list.txt文件,里面僅僅包含2行。一個(gè)是libactivex.inf,一個(gè)libactivex.dll然后執(zhí)行:makecab /F list.txt /D compressiontype=lzx /D compressionmemory=21 /V用法: makecab 文件完整的名稱 如 makecab wmd.dll指定壓縮類型及使用內(nèi)存的大?。簃akecab /d compressiontype=lzx /d compressionmemory=21 wmd.dll
壓縮比高批量壓縮的辦法:for %v in (*.*) do makecab %v目錄里多個(gè)文件時(shí),需要一個(gè)文件列表文件,用來(lái)告訴MakeCAB,有多少文件需要打包(這是僅包含2行,一個(gè)是libactivex.inf,一個(gè)libactivex.dll)
您的評(píng)論需要經(jīng)過(guò)審核才能顯示
有用
有用
有用