Quote:
Originally Posted by TriniGirL
C:\Users\Denise\Documents\My eBooks>python26 mobidedrm2.py
MobiDeDrm v0.02. Copyright (c) 2008 The Dark Reverser
Removes protection from Mobipocket books
Usage:
mobidedrm infile.mobi outfile.mobi PID
C:\Users\Denise\Documents\My eBooks>
|
Ok... there you go. Now it's working. For some reason the .py extension doesn't seemed to be registered on your PC.
So, now run this:
python26 mobidedrm2.py MyBook.prc Mybook_clean.prc PID
Replacing names accordingly. If your book name has spaces in it make sure to put them in quotes, like this:
python26 mobidedrm2.py "My Book.prc" "My book_clean.prc" PID
BOb