View Single Post
Old 03-14-2012, 08:08 PM   #30
sadievan
Wizard
sadievan ought to be getting tired of karma fortunes by now.sadievan ought to be getting tired of karma fortunes by now.sadievan ought to be getting tired of karma fortunes by now.sadievan ought to be getting tired of karma fortunes by now.sadievan ought to be getting tired of karma fortunes by now.sadievan ought to be getting tired of karma fortunes by now.sadievan ought to be getting tired of karma fortunes by now.sadievan ought to be getting tired of karma fortunes by now.sadievan ought to be getting tired of karma fortunes by now.sadievan ought to be getting tired of karma fortunes by now.sadievan ought to be getting tired of karma fortunes by now.
 
sadievan's Avatar
 
Posts: 1,933
Karma: 5477576
Join Date: Nov 2010
Device: Kindle Paperwhite, iPhone, Kobo LC
Quote:
Originally Posted by wallcraft View Post
Try:
Code:
echo off
for %a in (c:\ebooks\*.*) do kindledrm "%a"
echo on
Tried this

C:\Users\Carol\DRM Check>drmcheck.py "c:\ebooks\%a"
Traceback (most recent call last):
File "C:\Users\Carol\DRM Check\drmcheck.py", line 211, in <module>
sys.exit(main())
File "C:\Users\Carol\DRM Check\drmcheck.py", line 113, in main
infileobject = file(infile,'rb')
IOError: [Errno 2] No such file or directory: 'c:\\ebooks\\%a'

What am I doing wrong.

Carol
sadievan is offline   Reply With Quote