Sorted list of files

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I need a list of files (with folder names) sorted in reverse size order with
in a folder and its sub-folders but in a text file so I can send it to a
client. I can get the list via windows explorer search then I can sort it by
clicking on the size field in the Search Results but I don't know how to
send the list to a file. May be I need to use command prompt but I don't
know how. I have used dir /o-s /s but it separates the list by folders and
only sorts the list within each folder and not as a whole.

Any suggestion will be appreciated.

Thanks

Regards
 
Hi

I need a list of files (with folder names) sorted in reverse size order with
in a folder and its sub-folders but in a text file so I can send it to a
client. I can get the list via windows explorer search then I can sort it by
clicking on the size field in the Search Results but I don't know how to
send the list to a file. May be I need to use command prompt but I don't
know how. I have used dir /o-s /s but it separates the list by folders and
only sorts the list within each folder and not as a whole.

Any suggestion will be appreciated.

Microsoft web site Knowledge Base is your friend
 
Back
Top