View Single Post
Old 06-26-2010, 07:22 PM   #385
DrFaust
Junior Member
DrFaust began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jun 2010
Device: Iphone
Quote:
Originally Posted by Starson17 View Post
It won't take the wildcard. Two options I can think of - use the FOR loop in a batch file (or script a loop), or use SED to change the UND to EN.
Thanks. I used a FOR loop and it worked.
for anyone who may have the same problem here is the code:
Code:
for %X in ("G:\Ebook\*.*") do ( ebook-meta "%X"  -l en
DrFaust is offline