Quote:
Originally Posted by ixtab
Try this:
Code:
echo off
for %a in (c:\ebooks\*.*) do kindledrm "%a" >> out.txt
echo on
NOTE: I don't have windows, so I'm just guessing. It should work, but I can't guarantee it.
|
Thanks. Did this and it gives a list but does not give the name of the file. Here is the output.
Quote:
Mobipocket ebook, PalmDOC compression unencrypted.
Mobipocket ebook, PalmDOC compression encrypted with current encrytion method.
Mobipocket ebook, PalmDOC compression encrypted with current encrytion method.
|
Is there anyway to produce the names of the files.
Anyway, if not thanks for your help.
Carol