Categories
Moved Posts

NFTF: Extracting the important bits from wsusscn2.cab

Working on a script for extracting MS numbers for patches for work. The following command allows 7zip to extract the needed files without extracting the hundreds of thousands of other items in a giant lump. [code]c:Program Files7-Zip7z.exe” x -…

Working on a script for extracting MS numbers for patches for work.

The following command allows 7zip to extract the needed files without extracting the hundreds of thousands of other items in a giant lump.

c:Program Files7-Zip7z.exe" x -ir!x/* cabs/package*.cab

Bloody useful

Leave a Reply

Your email address will not be published. Required fields are marked *