winops_archive_expand_cab
Extract files from Windows CAB archives to a specified folder using expand.exe. Provide the .cab path and destination directory for extraction.
Instructions
Expand a Windows CAB archive using expand.exe.
Return Format
{"success": bool, "path": str, "target_dir": str}Examples
expand_cab(path="C:\\Windows\\system32\\cabinet.cab", target_dir="D:\\expanded")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the .cab file. | |
| target_dir | Yes | Destination directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||