"El Duderino" <> wrote:
|>Hi all, running XP pro, 4 partitions on 2 HD's. Is there anyway I can get
|>windows to list the files in a partition (or even a drive) JUST in order of
|>size, rather than any other parameter?
In a Dos window (Start\Run CMD <Enter>)
Cd \ (to take you to the root of the partition)
type in:
DIR *.* /S /O-S (largest files listed first)
Control-C will stop the display at any time.
Typing in: DIR /? will give a list of options
DIR *.* /S /O-S > text.txt - will create a text file of all the files.
--
http://www.alternet.org/katrina/25320/