If you are on a Windows machine, download mobigen (the Mobipocket tool that actually does the conversion). Given an .opf file, mobigen produces a .prc file
so I'm guessing that
for %a (in *.opf) do mobigen %a
will work. But I'm completely incompetant in DOS, so don't trust me.
|