Expand

Decompress all files inside the specified cabinet (.cab) file to the folder you specify.

Syntax

Expand,<CABfile>,<DirToDecompress>,<Optional Parameters> 

A single file can be extracted from the cab file, by giving it's name as third parameter

Expand,c:\MyPath\MyFile.cab,c:\MyNewPath,YourFile.dll

Remarks

The warning can be suppressed by an additional parameter NOWARN

Example

In this example Expand will try to expand all files found inside c:\MyPath\MyFile.cab to the folder c:\MyNewPath

Expand,c:\MyPath\MyFile.cab,c:\MyNewPath