- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
1
资源名称:SDK_M5661.rar [点击查看]
上传用户:hjhsjcl
上传日期:2020-09-25
资源大小:11378k
文件大小:1k
源码类别:
压缩解压
开发平台:
C++ Builder
- Microsoft (R) Cabinet Tool - Version 1.00.0601 (03/18/97)
- Copyright (c) Microsoft Corp 1996-1997. All rights reserved.
- 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 <dest_dir>, if provided, must end in
- 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 myprojballoon*.*
- The -P option can be used multiple times to strip out multiple paths