Quote:
Originally Posted by peterbbb
Second where can I learn how to do the mobiperl stuff? (Easy version)
|
It's really simple: just do
Code:
lit2mobi whatever.lit
and you get the conversion. Or, for a complete directory, do (on windows systems)
Code:
for %a in ("*.lit") do lit2mobi %a
and get all files converted in one go. Grab a coffee while you're at it