Quote:
Originally Posted by EricLandes
You don't strictly need to do a batch file. The command typed at the command line would be:
for %f in (*.epub) do ebook-meta %f -l en
This will find all the .epub files in the current folder and run the command after the "do" on each one.
|
Thank you.
I wish you were here sooner. It took me 2 hours of googling to learn how to use FOR.