Sure.
Quote:
for %%I in (*.mobi) do "C:\Program Files\Calibre2\ebook-convert.exe" "%%I" "%%~nI.epub"
for %%I in (*.mobi) do "C:\Program Files\Calibre2\ebook-convert.exe" "%%I" "%%~nI.rtf"
|
Change the path to calibre as necessary.
First line converts all .mobis to .epubs, second line converts all .mobis to .rtfs.
Sorry to hear about your harddrive crash.