Thread: Lit files?
View Single Post
Old 02-21-2009, 07:52 AM   #12
Manichean
Wizard
Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Manichean's Avatar
 
Posts: 3,130
Karma: 91256
Join Date: Feb 2008
Location: Germany
Device: Cybook Gen3
Quote:
Originally Posted by AnemicOak View Post
There may be a way to batch convert, I'm not sure (someone here will know). In the Calibre GUI you can drag & drop your files and then you select the out put format you want from a drop down & click convert.
There's a way to batchconvert every file in a given directory to Mobipocket using mobiperl and the Windows CLI:
Code:
for "%1" in ("*.lit") do lit2mobi "%1"
You should be able to modify this to any other command line converter, and *nix-systems should have some similar mechanism as well.
Manichean is offline   Reply With Quote