View Single Post
Old 10-23-2008, 11:30 AM   #34
GatorDeb
Evangelist
GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!
 
Posts: 447
Karma: 5365
Join Date: Dec 2007
Location: Sin City
Device: PW2 + HDX 8.9
I found out that .prc files don't show so that you have to rename them to .mobi.

If you read this before 8:30a on October 23rd, read this part, otherwise skip it... it will become part of main part of the message in a few days
==================================================
IMPORTANT NOTE: It seems that if the file is .prc, it doesn't show. This is EASILY fixed. If you haven't done this yet, add this line at the beginning and then you just have to do the other line for *.mobi. If you have done it already and your books don't show, create a .cmd file (text file with .cmd extension) that only has this line).

for %%a in (*.prc) do rename "%%a" "%%~na.mobi"

That's it! (along with the rest of this post of course)
================================================== =============================
GatorDeb is offline   Reply With Quote