View Single Post
Old 03-14-2012, 09:01 PM   #34
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 ixtab View Post
Use the correct folder.

If it's c:\ebooks\, then use "c:\ebooks\*.*"; if it's c:\users\carol\my ebooks, then use "c:\users\carol\my ebooks\*.*", etc.

If the path contains spaces, don't forget to put quotes around it, as shown above.

Ah. and no, don't remove the for loop by yourself. It should look something like this:
Code:
C:\Users\Carol\DRM Check>for %a in ("c:\users\carol\my ebooks\*.*") do drmcheck.py "%a"

BTW. Karma to you

Carol
sadievan is offline   Reply With Quote