Hi Folks.
I finally got myself a reader that does EPUBs and would like to do the very thing illustrated in post #6 by Manichean in this prior thread:
Where the command line structure is:
Quote:
for %%i in (*.pdf) do start /wait ebook-convert "%%i" "%%i.epub"
|
And now I feel very stupid - because I'm pretty sure that is not actually batch file syntax - or is it and I am just being VERY stupid

?
Would someone please show me how the command line tool ebook-convert.exe can be engaged for batch conversion using that info

?
Thanks for any help !