I am using the following cmd prompt to acquire a list of the files and folders in a directory: v:>dir/s>name.txt.
The text file seems to be too small for my directory (3700 items), as it omits items listed lower on the directory. I initially thought it was the size of the text file causing the problem because of the last comment in this thread:
Is there a size limit on a text file?
I tried changing the prompt to v:\dir/s>name.xls. This worked, but when I opened the excel sheet, the list still omitted files lower down in the directory. This is surprising because according to microsoft,
http://office.microsoft.com/en-ca/excel-help/excel-specifications-and-limits-HP005199291.aspx
an Excel sheet can be filled up to 65, 536 rows, and my newly sheet created only went to row 3561.
I could solve the problem by running the cmd prompt at the subfolder level, but I will have to run this command many, many times. If you have a solution, it would be much appreciated.