View Single Post
Old 06-26-2010, 07:26 PM   #386
DrFaust
Junior Member
DrFaust began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jun 2010
Device: Iphone
Quote:
Originally Posted by EricLandes View Post
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.
DrFaust is offline