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.
|