View Single Post
Old 01-04-2009, 12:15 AM   #650
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
Quote:
Originally Posted by Dr Dave View Post
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.
tompe is offline   Reply With Quote