View Single Post
Old 03-14-2012, 08:12 PM   #31
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
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"

Last edited by ixtab; 03-14-2012 at 08:15 PM.
ixtab is offline   Reply With Quote