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?
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?