Quote:
Originally Posted by Starson17
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