MPQUtils is a collection of utilities for using ShadowFlare's mpq library on the command line

extract <archivename> <name of file in archive> <destination>
extracts the file from the archive

add <archivename> <source file> <name of file in archive>
adds source file to archive, replacing if the file already exists
if you use this and want to use the mpq with warcraft, then also run:
delete map.w3x (attributes)
or warcraft will stop when it sees the incorrect checksums in the (attributes) file 

delete <archivename <name of file in archive>
deletes a file from the archive


