Quote:
Originally Posted by the_badluck
Thanks for the quick response. Looks like I didn't explain very well. I am in the process of adding my collection to Calibre. The books are sorted in subdirectories based on author's first name. Often I don't remember which was the last to be added. So if I do a sort based on first name, it will be easier to know where I left off. Once I get get the slug of books in, this custom sort column will be deleted.
|
Sometimes old school pencil and paper is easiest.
Assumes a 'root folder' to your first name
I ran the following from a command prompt
Code:
C:\Users\thedu>dir C:\Users\BigHD\Public2\MainLib > foo.lst
Substitute the path to the '
root location'. foo.lst is the
redirected output (the > ) and can be anyplace/name.
Simply print the file: and scratch thru the ones done.
Dir /S will list all child files (dir /? lists all the switches you can use)