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" <John@nospam.infovis.co.uk> wrote in message
news:etNqLCOyHHA.1204@TK2MSFTNGP03.phx.gbl...
> 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
>
 
Try JDiskReport.

John wrote:
> 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
>
>
 
FoldersReport from
www.nirsoft.net

Sort in any order you wish.


"John" <John@nospam.infovis.co.uk> wrote in message
news:etNqLCOyHHA.1204@TK2MSFTNGP03.phx.gbl...
> 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
>
 
John <John@nospam.infovis.co.uk> wrote:
> 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 wrote:
>
> 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?


http://www.bootdisk.com/utility.htm
GENERAL FILE UTILITIES
Show Folder Sizes
 
In article <etNqLCOyHHA.1204@TK2MSFTNGP03.phx.gbl>,
"John" <John@nospam.infovis.co.uk> wrote:

> 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 wrote:

> 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