View Single Post
Old 01-28-2011, 03:22 AM   #16
Feanor
Member
Feanor began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Jan 2011
Device: Kindle 3
No, that's not working either. I've also tried it with the code in the :real section too, as I ideally want it to create covers for every book regardless, but it doesn't work either way. I wonder if I'm doing something wrong.....

Code:
:fake
F:\ebooks\mobi2mobi.exe --outfile "!filename!" --exthtype 113 --exthdata "!asin1!!asin3!!temp1!" "!filename!">null 2>&1
F:\ebooks\mobi2mobi.exe --savecover "cover_!asin1!!asin3!!temp1!.png" "!filename!">null 2>&1
echo Gave a fake ASIN number to: !title1!. It's new number is !asin1!!asin3!!temp1!
set /a temp1=!temp1!+1
goto final
Thank you for looking into this for me
Feanor is offline   Reply With Quote