Commands
Many of the command examples use the MPQ archive file, named wow-patch.mpq, from a original (Vanilla) World of Warcraft patch file, named WoW-1.10.0-to-1.10.1-enGB-patch.zip. If you want to replicate these examples, you can download the wow-patch.mpq file from the Internet Archive.
The mpqcli program has the following subcommands:
| Command | Description |
|---|---|
version | Print the tool version number |
about | Print information about the tool |
info | Print information about MPQ archive properties |
create | Create an MPQ archive from a target directory or a single file |
add | Add a file to an existing MPQ archive |
remove | Remove a file from an existing MPQ archive |
list | List files in a target MPQ archive |
extract | Extract one or all files from a target MPQ archive |
read | Read a specific file to stdout |
verify | Verify a target MPQ archive signature |