So I am trying to figure out how to get a file list of a directory and the subdirectories , file size or vise versa. I tried DIR /S which gives me a directory listing with date/time, filesize and file name. I just need "C:\mydoc.txt","2,000" output to a text file. Any suggestions?
↧