|
|
我使用 表 FileList.txt 文件,压缩了一个 CAB 文件(请下载示例: 搜狗五笔输入法 的 SogouWBInput.cab 文件)
命令行如下:
MakeCAB.exe /D MaxDiskSize=1024000000 /D CompressionType=LZX /D CompressionMemory=21 /F ""FileList.txt"
表 FileList.txt 内容如下:
- .set DestinationDir="SogouWBInput\3.1.0.1751"
- "SogouWBInput\3.1.0.1751\code.bin"
- "SogouWBInput\3.1.0.1751\ConfigIE.exe"
- "SogouWBInput\3.1.0.1751\ImeUtil.exe"
- "SogouWBInput\3.1.0.1751\PersonalCenter.cupf"
- "SogouWBInput\3.1.0.1751\phrases.ini"
- "SogouWBInput\3.1.0.1751\Punctures.ini"
- "SogouWBInput\3.1.0.1751\py.bin"
- "SogouWBInput\3.1.0.1751\pycode.bin"
- "SogouWBInput\3.1.0.1751\Resource.dll"
- "SogouWBInput\3.1.0.1751\richinput.cupf"
- "SogouWBInput\3.1.0.1751\sgim_querypy.bin"
- "SogouWBInput\3.1.0.1751\sgim_quick.bin"
- "SogouWBInput\3.1.0.1751\sgim_tra.bin"
- "SogouWBInput\3.1.0.1751\SGWbConfig.cupf"
- "SogouWBInput\3.1.0.1751\SGWbWizardNew.cupf"
- "SogouWBInput\3.1.0.1751\ToolBox.cupf"
- "SogouWBInput\3.1.0.1751\UserPage.exe"
- "SogouWBInput\3.1.0.1751\wb.bin"
- "SogouWBInput\3.1.0.1751\WbConfig.exe"
- "SogouWBInput\3.1.0.1751\WbEtymonMap.cupf"
- "SogouWBInput\3.1.0.1751\WbSkin.dat"
- .set DestinationDir="SogouWBInput\3.1.0.1751\Components\HandInput"
- "SogouWBInput\3.1.0.1751\Components\HandInput\HandInput.dll"
- "SogouWBInput\3.1.0.1751\Components\HandInput\handinput.exe"
- "SogouWBInput\3.1.0.1751\Components\HandInput\handinput_SogouWB.cupf"
- "SogouWBInput\3.1.0.1751\Components\HandInput\lm_HW_PB_7000_kn.arpa.7e9.prune.1e-7.lm.fixed"
- "SogouWBInput\3.1.0.1751\Components\HandInput\overlapEngine.dll"
- "SogouWBInput\3.1.0.1751\Components\HandInput\sgim_annex.bin"
- "SogouWBInput\3.1.0.1751\Components\HandInput\sgim_hz.bin"
- "SogouWBInput\3.1.0.1751\Components\HandInput\sgim_py.bin"
- "SogouWBInput\3.1.0.1751\Components\HandInput\singleEngine.dll"
- .set DestinationDir="SogouWBInput\3.1.0.1751\Components\ScreenCapture"
- "SogouWBInput\3.1.0.1751\Components\ScreenCapture\screencapture.cupf"
- "SogouWBInput\3.1.0.1751\Components\ScreenCapture\ScreenCapture.dll"
- "SogouWBInput\3.1.0.1751\Components\ScreenCapture\screencapture.exe"
- .set DestinationDir="SogouWBInput\3.1.0.1751\Plugins"
- "SogouWBInput\3.1.0.1751\Plugins\AutoNewWord.dll"
- "SogouWBInput\3.1.0.1751\Plugins\BatchNewWord.dll"
- "SogouWBInput\3.1.0.1751\Plugins\ManualNewWord.dll"
- "SogouWBInput\3.1.0.1751\Plugins\PunctureModule.dll"
- "SogouWBInput\3.1.0.1751\Plugins\StatisticsModule.dll"
- "SogouWBInput\3.1.0.1751\Plugins\WbQueryWindow.exe"
- .set DestinationDir="SogouWBInput\3.1.0.1751\RichInput"
- "SogouWBInput\3.1.0.1751\RichInput\richinputconfig.ini"
复制代码 但是,Expand.exe 试了所有参数都没办法解压缩(展开)!
大家有接触过这方面的技术吗?!
|
|