伦勃朗和他的时代展览:CAB file里如何加入中文文件?

来源:百度文库 编辑:神马品牌网 时间:2024/05/03 03:06:29
在使用微软Cabwiz.exe 做CAB file时
需要使用到inf file...
inf file里会提到 要将那些files包进CAB file
如果要包进CAB file里的file name是中文名字的话
要怎麼处理呢? Cabwiz是否支持中文呢?

你可以使用WINDOWS自带的指令makecab制作CAB文件
格式
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 中国.txt 00.cab