A simple windows app that allows you to extract .wpress files created by the awesome All-in-one-Wp-Migration Wordpress plugin
The extractor source code : https://github.com/yani-/wpress. I had to make a tiny modification to their reader.go file to allow it to run on Windows systems.
Mac - Download now
*IMPORTANT FOR MAC: Don't forget to make the binary executable by running a chmod +x wpress_extractor
on the downloaded file via the Terminal.
Simply provide a path to your downloaded .wpress file as the first commandline argument to the program.
./wpress_extractor /path/to/my/backup.wpress
Simply download the extractor then drop your.wpress file onto the executable (Wpress-extractor.exe). (Thanks hughc!)
OR
cd C:\Wordpress-Backup
wpress-extractor <name-of-your.wpress file>
. For example my .wpress file was fifthsegment.wpress so the command I ran was wpress-extractor fifthsegment.wpress
.C:\Wordpress-Backup