This utility is run to expand (extract) files from compressed files.
|
Value |
Description |
|
Location |
Included in the Windows source files |
|
Use |
Expand.exe -r wuredist.cab -F:wuRedist.xml %temp% |
Arguments
|
Value |
Description |
|
-r |
Renames expanded files |
|
-D |
Displays the list of files in the source directory |
|
Source |
Source file specification (Wildcards can be used.) |
|
-F:Files |
Name of files to expand from a .cab file |
|
Destination |
Destination file | path specification (Destination can be a directory. If Source is multiple files and -r is not specified, Destination must be a directory.) |
Related Topics