Windows Diamond Extract Utility
Commands and Switches
Syntax - Extract [/Y] [/A] [/D] [/e] [/L dir] cabinet [filename]
Cabinet - Cabinet file
Filename - Name of the file to be extracted. Wildcards and multiple filenames (separated by a space) can be used.
/A - Process all cabinets. Starts at the first Cabinet mentioned
/D - Display cabinet directory (use w/ Filename to avoid extract.
/E - Extract (use to extract all files in the cabinet)
/L dir - Location to place extracted files (default is the current directory).
/Y - Do not prompt before overwriting current file.
Example -
Extract /A /Y /L C:\windows\system WIN95_03.cab shell32.dll
(this will start searching the CAB files (starting with 03), extract the file SHELL32.DLL to the C:\WINDOWS\SYSTEM directory, and overwrite the current file there without prompting.)