View Single Post
Old 10-26-2008, 01:15 AM   #45
slm
Fool
slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.slm ought to be getting tired of karma fortunes by now.
 
Posts: 476
Karma: 4113712
Join Date: Feb 2003
Device: Kindle: Voyage,PW1,KOA, Kobo: Clara Colour, Nook GLP, Pocketbook verse
I've finally got an "autoname" version of the folder stuff working
If you create folder in the Documents folder in either drive of the Kindle and add the to the folder a bunch of ebooks and the "auto rename.cmd" file described below, you can just double click the auto rename.cmd file to make all the ebooks appear in a Kindle "folder" with the same name as the folder you created.

The text in auto rename.cmd is:
for %%a in (*.azw, *.prc, *.mobi) do mobi2mobi.exe "%%a" --booktype "257" --title "%CD:~13%" --exthtype updatedtitle --exthdata "%CD:~13%" --author "%%~na" --outfile "%%a"

NOTE: you have to run this from a folder you created inside the Kindle's "Documents" folder. I hard-coded the size of the folder path that precedes the folder's name.
slm is offline   Reply With Quote