Can ebook-convert cli auto rename when there is a file which will be overwrite?
I use ebook-convert cli to convert files. And I use like `ebook-convert.exe %1 .epub`.
And now I find that if I use ebook-convert.exe 1.mobi .epub and there is already a 1.epub, 1.epub will be overwritten. So I think that add check function before converting and auto adding suffix if file is exist in like .epub mode can be helpful.
|