Quote:
Originally Posted by DNSB
Since you did not install Kindle4PC in it's default location, the script is unable to find it. You could try defining the Kindle variable as C:\Program Files (x86)\Amazon\Kindle and changing any references to remove the \application from the string. I don't have a Kindle4PC install in a non-standard directory so the storage and updates directories may be in different locations for you. If so, change the locations to match in the batch file. I went on the assumption that the data storage would be in the same location. Sample below for your kindle.exe install location.
|
I have updated "disable k4pc download.bat" in the first post of this thread with your changes.
Hopefully someone will try it and report back on whether or not it is effective at blocking updates when Kindle for PC is installed in the alternate location.
Quote:
Originally Posted by DNSB
Edit: the line reading "if exist "%KINDLE%\storage" if not exist "%KINDLE%\storage\" del /Q "%KINDLE%\storage" " doesn't really make sense but I didn't bother changing it.
|
That line exists to fix the damage done by a bug in the original version of the script which was available for a short time. That bad version replaced the wrong folder, leaving Kindle for PC non-functional. Anyone who ran that bad script can run a newer version to correct the problem.