Expand command
- Sean O'Shea
- Nov 11, 2017
- 1 min read
You can use the Expand command in Windows to extract the contains of .cab container files. At the command prompt simply enter the expand command followed by the operator -F:* and the path for the folder holding the container file, followed by the folder you want the contents to be extracted to.
Expand -F:* C:\FooFolder\openoffice1.cab c:\foofolder\expand\


Recent Posts
See AllWhen using robocopy command in Windows to copy files, note that if you are an admin you can use the /B switch to copy files from...