Originally Posted by GatorDeb
IT WORKS IT WORKS !!! I HAVE FOLDERS!!!
There's one tiny little change I'd like: Using
for %%a in (*.mobi) do mobi2mobi.exe "%%a" --booktype "257" --title "Free" --author "%%a" --outfile "%%a"
the author field keeps the file extension, i.e. title.mobi or title.prc. Is there a way to grab just the file name part of %%a and leave the extension behind? That would make this PERFECT.
|