This is the change I'm trying to make:
for %%I in (*.lit) do "C:\Program Files\Calibre2\ebook-convert.exe" "%%I" "%%~nI.epub"
I then saved the above as lit2epub.dat but it does not turn into a windows batch file as the other one did. It just stays the dat file.
|