Thanks. Still not getting the file listing, though.
The first command (dir *.* > ebooklist.csv) gives me a list with the timestamp, <DIR>, and the directory name.
The revised command (dir /s/b *.* > ebooklist.csv) gives me a list with the filepath for each directory.
Neither one gives me the subdirectories, or the files within the subdirectories.
|