Quote:
Originally Posted by dandelioncottage
Is there any way to determine which files are kepub? I'm looking for one lone kepub in a sea of epubs. 
|
Well they are all kepubs. To find the one you want try this (hope it works for you - it worked for me):
* Open a DOS shell (Start/Run then type CMD and press enter)
Use these commands:
cd "C:\Users\myname\AppData\Local\Kobo\Kobo Desktop Edition\kepub"
find /i "think of a number" * > "c:\users\myname\My Documents\name.txt"
notepad "c:\users\myname\My Documents\name.txt"
where myname is your username
and replace the words think of a number with enough words in your title to match (the /i means ignore case so don't worry about capitalization but the text must be exactly the same)
This may take a few minutes depending how many files you have. When the notepad pops up scroll down till you see your title and the filename above it is the one you are looking for.