Package existing files into a cabinet (.cab) file.
makecab [/v[n]] [/d var=<value> ...] [/l <dir>] <source> [<destination>]
makecab [/v[<n>]] [/d var=<value> ...] /f <directives_file> [...]
| Parameter | Description |
|---|---|
|
<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_file> |
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>] |
Set debugging verbosity level (0=none,...,3=full). |
|
/? |
Displays Help at the command prompt. |
-
Refer to
Microsoft Cabinet Format on MSDN for information on directive_file.
-
Command-Line Syntax Key
-
Windows Command Reference
