How to unpack *.cab file via CMD?

1k Views Asked by At

I want to extract contents of a *.cab archive using CMD. Here's my code:

EXPAND C:\Source\data1.cab -F:* D:\Destination

As a result I get a copy of data1.cab in D:\Destination. What's wrong?

0

There are 0 best solutions below