The second line of the .bat script says
set KINDLE=%LocalAppData%\Amazon\Kindle
what I actually have is c:\Users\myname\AppData\Local\Amazon\Kindle
if I go to a command prompt and type
C:\>cd %LocalAppData%
I go to
C:\Users\myname\AppData\Local>
the third line of the script is
if not exist "%KINDLE%\application\Kindle.exe" goto :nokindle
so that means %LocalAppData%\Amazon\Kindle\applications\Kindle.e xe
which on my system is C:\Users\myname\AppData\Local\Amazon\Kindle\applic ations\Kindle.exe
I don't have an applications folder in there.
My Kindle.exe is at
C:\Program Files (x86)\Amazon\Kindle\Kindle.exe
|