I've got a network drive to work on that has a ton of subfolders and files on it. To search for a particular file I recently found it's quicker to make a txt file out of the dir listing from command prompt, I got the listing using "dir //network/path /s >list.txt". This created a 5MB file last time I used it and it took a few minutes to generate. When I tried today the file was 120KB created almost instantly, and was clearly truncated. I don't understand why?