View Single Post
Old 04-19-2014, 08:55 AM   #10
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,544
Karma: 93383043
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
I have Python installed in a folder called "Python27", and the script "kindlestrip.py" in a folder called "Tools".

What I do is to start a command prompt, change directory to the one containing the book I want to strip the source from, and type in:

\python27\python \tools\kindlestrip.py book.mobi bookstrip.mobi

That processes the input file "book.mobi" and creates a stripped output file called "bookstrip.mobi".
HarryT is offline   Reply With Quote