Quote:
Originally Posted by knc1
You didn't mention your PC's operating system, and I can't think of any other OS names.
|
Windows!
The batch file needed (
courtesy of
stackoverflow):
Code:
for /L %%n in (1,0,10) do (
type nul > K:\DO_FACTORY_RESTORE
)
The for loop increments by zero, so it can never finish.
Note: On Windows, there is no sane way of knowing where an external drive is mounted. You MUST replace the
K:\ drive with the real drive letter of the Kindle.
I would manually change the drive letter, so that that computer always remembers to mount it to a specific drive letter.