关于Applet打成.cab包工具的介绍与使用
关于Applet打成.cab包工具的介绍与使用
1、MS的CabSDK,DOS下的CAB打包工具
Microsoft Cabinet Software Development Kit
http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b310618
可以从这里下载
http://download.microsoft.com/download/platformsdk/cab/2.0/w98nt42kmexp/en-us/cabsdk.exe
安装后运行CABARC.EXE来操作
具体命令如下:
Usage: CABARC [options] command cabfile [@list] [files] [dest_dir]
Commands:
L List contents of cabinet (e.g. cabarc l test.cab)
N Create new cabinet (e.g. cabarc n test.cab *.c app.mak *.h)
X Extract file(s) from cabinet (e.g. cabarc x test.cab foo*.c)
Options:
-c Confirm files to be operated on
-o When extracting, overwrite without asking for confirmation
-m Set compression type [LZX:<15..21>|MSZIP|NONE], (default is MSZIP)
-p Preserve path names (absolute paths not allowed)
-P Strip specified prefix from files when added
-r Recurse into subdirectories when adding files (see -p also)
-s Reserve space in cabinet for signing (e.g. -s 6144 reserves 6K bytes)
-i Set cabinet set ID when creating cabinets (default is 0)
Notes
-----
When creating a cabinet, the plus sign (+) may be used as a filename
to force a folder boundary; e.g. cabarc n test.cab *.c test.h + *.bmp
When extracting files to disk, the
a backslash; e.g. cabarc x test.cab bar*.cpp *.h d:\test\
The -P (strip prefix) option can be used to strip out path information
e.g. cabarc -r -p -P myproj\ a test.cab myproj\balloon\*.*
The -P option can be used multiple times to strip out multiple paths
2、WinCAB,图形界面的CAB打包工具,直接进行拖拉操作
http://lumumba.uhasselt.be/takis/WinCAB/
可以从这里下载
http://beta.luc.ac.be/takis/cgi-bin/wincab.zip
安装后,运行WinCAB.exe即可,操作差不多同压缩软件的操作
不过你先要把MS的MakeCab.exe拷贝到安装的目录下,才能运行的,MakeCab.exe在系统的目录下可以找到的,eg:Winnt\System32下。
WinCAB这个软件不错,我在用它!
发表评论
- 浏览: 624035 次
- 性别:

- 来自: 福建莆田@广州

- 详细资料
搜索本博客
我的相册
共 168 张
最近加入圈子
链接
- 超越黎明
- CJSDN
- CSDN
- JavaWorld@TW
- JavaEye
- Spring中文论坛
- Matrix
- BEA dev2dev
- Agile Tao Forum
- Flickr
- developerWorks
- TheServerSide
- Sun Java Forum
- JavaRanch
- 满江红开源
- del.icio.us
- Sun中国技术社区
- 希赛网中国软考
- AJAX Design Patterns
- CSS: The Missing Manual
- Java Persistence with Hibernate
- Script in Java
- Building Spring 2 Enterprise Applications
- Tuscany中文社区
- 我爱人开的购物店,欢迎光临
- Beginning Spring 2: From Novice to Professional
- Effective Java Second Edition
- JAVA世纪网
最新评论
-
关于《如何塑造自己成为一 ...
恩,平常心去对待。
-- by leonardleonard -
关于《如何塑造自己成为一 ...
练好基本功,养成规范的代码习惯,多锻炼自我表达能力。
-- by lizhuang -
练眼力,看看红花还须绿叶 ...
效果不错啊 啥鸡?
-- by hocus -
练眼力,看看红花还须绿叶 ...
作弊太明显了吧,没有看我的标题呢,要用眼睛看的呀:)
-- by YuLimin -
练眼力,看看红花还须绿叶 ...
图像的方向 1 图像输入设备制造商: OEM 图像输入设备型号: PDA/S ...
-- by ddandyy






评论排行榜