Folder and files size

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

John

Hi

Is there a way to get a list of files and folders on a disk with their
respect sizes, preferably in the size reverse order? If not in xp, is there
a utility that would do that?

Thanks

Regards
 
u can get a list of all files in a text file by typing dir/s>file.txt
there are many applications like foldersizes (shareware) and foldersize in
shelltoys xp (free).
 
John said:
Hi

Is there a way to get a list of files and folders on a disk with their
respect sizes, preferably in the size reverse order? If not in xp, is
there a utility that would do that?

Thanks

Regards

In addition to the other replies, I'm quite fond of TreeSize from JAM
software. They have a free version & a also Pro version you can evaluate.
 
John said:
Hi

Is there a way to get a list of files and folders on a disk with their
respect sizes, preferably in the size reverse order? If not in xp, is there
a utility that would do that?

Thanks

Regards
Stick that HD in a Mac.
 
John said:
Hi

Is there a way to get a list of files and folders on a disk with their
respect sizes, preferably in the size reverse order? If not in xp, is there
a utility that would do that?

At a command prompt issue:

dir /o:-s >filelist.txt

The output will be in the filelist.txt file. Do dir /? for more help.

John
 
Back
Top