1
上传用户:hjhsjcl
上传日期:2020-09-25
资源大小:11378k
文件大小:1k
源码类别:

压缩解压

开发平台:

C++ Builder

  1. Microsoft (R) Cabinet Tool - Version 1.00.0601 (03/18/97)
  2. Copyright (c) Microsoft Corp 1996-1997. All rights reserved.
  3. Usage: CABARC [options] command cabfile [@list] [files] [dest_dir]
  4. Commands:
  5.    L   List contents of cabinet (e.g. cabarc l test.cab)
  6.    N   Create new cabinet (e.g. cabarc n test.cab *.c app.mak *.h)
  7.    X   Extract file(s) from cabinet (e.g. cabarc x test.cab foo*.c)
  8. Options:
  9.   -c   Confirm files to be operated on
  10.   -o   When extracting, overwrite without asking for confirmation
  11.   -m   Set compression type [LZX:<15..21>|MSZIP|NONE], (default is MSZIP)
  12.   -p   Preserve path names (absolute paths not allowed)
  13.   -P   Strip specified prefix from files when added
  14.   -r   Recurse into subdirectories when adding files (see -p also)
  15.   -s   Reserve space in cabinet for signing (e.g. -s 6144 reserves 6K bytes)
  16.   -i   Set cabinet set ID when creating cabinets (default is 0)
  17. Notes
  18. -----
  19. When creating a cabinet, the plus sign (+) may be used as a filename
  20. to force a folder boundary; e.g. cabarc n test.cab *.c test.h + *.bmp
  21. When extracting files to disk, the <dest_dir>, if provided, must end in
  22. a backslash; e.g. cabarc x test.cab bar*.cpp *.h d:test
  23. The -P (strip prefix) option can be used to strip out path information
  24. e.g. cabarc -r -p -P myproj a test.cab myprojballoon*.*
  25. The -P option can be used multiple times to strip out multiple paths