How to extract the.mobi file using the CMD command line? Please advise.
Asked
Active
Viewed 715 times
1 Answers
2
Install Python, download KindleUnpack and unpack the mobi book using the following command:
python kindle_unpack.py INPUT_FILE OUTPUT_FOLDER
(KindleUnpack only works with DRM-free books.)
Either way, you'll have to post the error message.
If you have problems with the command line tool, there's also a Calibre KindleUnpack plugin, which obviously requires Calibre.
– Sep 10 '16 at 17:30