View Single Post
Old 02-07-2011, 09:57 AM   #7
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
It should work. Are you at the folder level to get the full folder list?

If your books are in say:

c:\library

you can do

dir c:\library /s/b > list.txt

or you can already be in c:\library when you run the command

dir /b/s > library.txt

You will wind up with a lot of extraneous info that will need editing but you should have all of your books.

edited to fix based on corrections posted below (thanks for catching that).

Last edited by FF2; 02-07-2011 at 12:46 PM.
FF2 is offline   Reply With Quote