View Single Post
Old 06-08-2021, 03:41 PM   #1260
dieselnutjob
Member
dieselnutjob began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jun 2009
Device: Energy Sistem eReader Pro+
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
dieselnutjob is offline