Quote:
Originally Posted by Dr Dave
Can you provide a batch script? I have seen examples of how to do it with titles that are all one "word", but the overwhelming majority of mine are multiple words and I can't seem to get a script generated to handle all of them in a given directory.
|
That I have to let somebody that know Windows answer. In Unix I would do:
Code:
find . -name "*.lit" -exec lit2mobi \{\} \;
and I suppose this would work in Windows in a Cygwin shell.
Also notice that lit2mobi have some (undocumented, read the source) flags to fix strange html code in a lit file.