View Single Post
  #30  
Old 12-12-2010, 04:47 AM
Stream Recorder
 
Posts: n/a
Default

Re: Remove DRM from PDB ebook from B&N (Barnes & Noble),...


Quote:
Originally Posted by 55kevy View Post
I have downloaded erdr2pml.py, downloaded and installed python, and from the command prompt set at the directory where the .pdb I want to convert and the erdr2pml.py are located I enter:

c:\users\me\my docs\my ebooks\dir erdr2pml.py samedir\book.pdb samedir "My Name" mycreditcardnumber

And get a nice message that erdr2pml is from Dark Reverser and is to convert .pdb to .pml and the syntax and that you only have to enter the last 8 digits of cc number. But there is no conversion. I've tried this without the full directory path in front of the book file and get the same message. Should the erdr2pml.py file be stored in the same directory as the python? or what else am i doing wrong?
Try to place erdr2pml.py and your book.pdb into the same directory. And use simple names for your ebooks and directories (without spaces, special characters,...) Then it should work as described in the post above:
Code:
erdr2pml.py book.pdb samedir "Name" CCN
or just
Code:
erdr2pml.py book.pdb "Name" CCN
Reply With Quote