Events
29 Apr, 2 pm - 30 Apr, 7 pm
Join the ultimate Windows Server virtual event April 29-30 for deep-dive technical sessions and live Q&A with Microsoft engineers.
Sign up nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Extracts files from a cabinet or source.
Note
On Windows Server 2016 and newer, and on Windows 10, the program file Extract.exe is neither provided nor supported. It is replaced by Extrac32.exe, originally part of Internet Explorer, now part of the operating system.
extract [/y] [/a] [/d | /e] [/l dir] cabinet [filename ...]
extract [/y] source [newname]
extract [/y] /c source destination
Parameter | Description |
---|---|
cabinet | Use if you want to extract two or more files. |
filename | Name of the file to extract from the cabinet. Wild cards and multiple filenames (separated by blanks) may be used. |
source | Compressed file (a cabinet with only one file). |
newname | New filename to give the extracted file. If not supplied, the original name is used. |
/a | Process ALL cabinets. Follows cabinet chain starting in first cabinet mentioned. |
/c | Copy source file to destination (to copy from DMF disks). |
/d | Display cabinet directory (use with filename to avoid extract). |
/e | Extract (use instead of . to extract all files). |
/l dir | Location to place extracted files (default is current directory). |
/y | Don't prompt before overwriting an existing file. |
Note
Extrac32.exe can be used from the command line, but does not display any output on the console.
Redirect the help output through the more command, like this: extrac32.exe /? | more
Extrac32 [/Y] [/A] [/D | /E] [/L dir] cabinet [filename ...]
Extrac32 [/Y] source [newname]
Extrac32 [/Y] /C source destination
Parameter | Description |
---|---|
cabinet | Cabinet file (contains two or more files). |
filename | Name of the file to extract from the cabinet. Wild cards and multiple filenames (separated by blanks) may be used. |
source | Compressed file (a cabinet with only one file). |
newname | New filename to give the extracted file. If not supplied, the original name is used. |
/A | Process ALL cabinets. Follows cabinet chain starting in first cabinet mentioned. |
/C | Copy source file to destination (to copy from DMF disks). |
/D | Display cabinet directory (use with filename to avoid extract). |
/E | Extract (use instead of . to extract all files). |
/L dir | Location to place extracted files (default is current directory). |
/Y | Do not prompt before overwriting an existing file. |
Events
29 Apr, 2 pm - 30 Apr, 7 pm
Join the ultimate Windows Server virtual event April 29-30 for deep-dive technical sessions and live Q&A with Microsoft engineers.
Sign up now