View Single Post
Old 09-13-2015, 11:18 AM   #1320
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by knc1 View Post
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.
eschwartz is offline   Reply With Quote