Extract contents of .cab files from cmd

For a single file in cab:

expand <file.cab> -r

If there's multiple files in cab:

Note: The "." is the current directory.

expand <file.cab> -r -f:* .

Comments