Batch Script - EXPAND



This batch command extracts files from compressed .cab cabinet files.

Syntax

EXPAND [cabinetfilename]

Example

@echo off 
EXPAND excel.cab

Output

The above command will extract the contents of the file excel.cab in the current location.

batch_script_commands.htm
Advertisements