View Single Post
Old 03-03-2011, 06:12 PM   #6
FF2
Wizard
FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.FF2 ought to be getting tired of karma fortunes by now.
 
Posts: 1,105
Karma: 1025784
Join Date: Oct 2010
Device: WiFi Kindle3
"dir /b *.azw" or *.mobi

Should work. But maybe it depends on where you are running command from?

You should change to your kindle "drive" and then to the document folder.

So if you get the command prompt

c:\windows

You'd want to change to the kindle - mine is Drive I:

so enter

I: (enter key)

at the command prompt.

Then

cd documents (enter key)

Then

dir /s *.azw > holdbooks.txt (enter key)

where the > redirects the output into the file holdbooks.txt

/s means go down the folders if you have subfolders like Mystery under documents.

(hopefully, I got most of it right but it still should not reboot the computer)
FF2 is offline   Reply With Quote