Quote:
Originally Posted by Laura81
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.
|
Change the
D to a
B it is called a batch file because we name it such. change .dat to .bat
Save it as lit2epub.bat