PC Review


Reply
Thread Tools Rate Thread

Dir in order of filesize

 
 
=?Utf-8?B?Sm9lbA==?=
Guest
Posts: n/a
 
      11th Apr 2007
I need to identify the largest files on my drive. How can I get a listing of
all files, independent of folder, in order of filesize?

Thanks!

 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      11th Apr 2007

"Joel" <(E-Mail Removed)> wrote in message
news:10D273DD-C7CF-450D-AC82-(E-Mail Removed)...
> I need to identify the largest files on my drive. How can I get a listing

of
> all files, independent of folder, in order of filesize?
>
> Thanks!
>


You could run these commands from a Command Prompt:

dir d:\ /s | find "/" | find /v "<" | sort /+20 > c:\dir.txt
notepad c:\dir.txt


 
Reply With Quote
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a
 
      11th Apr 2007
Joel <(E-Mail Removed)> wrote:
> I need to identify the largest files on my drive. How can I get a
> listing of all files, independent of folder, in order of filesize?
>
> Thanks!


I personally like Tree Size Pro from JAM software, for this - but there are
probably freeware options. Windows Explorer itself won't do anything like
this.


 
Reply With Quote
 
=?Utf-8?B?Sm9lbA==?=
Guest
Posts: n/a
 
      11th Apr 2007
That's good, Pegasus, but I also need the folder name along with the filename.

Joel


 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      11th Apr 2007

"Joel" <(E-Mail Removed)> wrote in message
news:4D6A525C-950A-4459-839A-(E-Mail Removed)...
> That's good, Pegasus, but I also need the folder name along with the

filename.
>
> Joel
>
>


Including folder names would require a considerable amount
of programming. I can see two options:

- Make it a two step process: Find the largest files first, then
locate them.
- Use one of the shareware programs suggested by Lanwench.


 
Reply With Quote
 
Larry(LJL269)
Guest
Posts: n/a
 
      11th Apr 2007
Search for *
Details view
sort by size

HTH-Larry

On Tue, 10 Apr 2007 19:00:03 -0700, Joel
<(E-Mail Removed)> wrote:

>I need to identify the largest files on my drive. How can I get a listing of
>all files, independent of folder, in order of filesize?
>
>Thanks!


Any advice is my attempt to contribute more than I have received but I can only assure you that it works on my PC. GOOD LUCK.
 
Reply With Quote
 
Andy
Guest
Posts: n/a
 
      11th Apr 2007
Right click on the drive and select search...
Search for * and sort by size.

On Tue, 10 Apr 2007 19:00:03 -0700, Joel
<(E-Mail Removed)> wrote:

>I need to identify the largest files on my drive. How can I get a listing of
>all files, independent of folder, in order of filesize?
>
>Thanks!


 
Reply With Quote
 
JohnO
Guest
Posts: n/a
 
      11th Apr 2007
I've done this...as a slight variation on the approach given by Larry and
Andy: in that search dialog, play with the options until you're only
searching for files larger than 2,000 KB. Or maybe 1,000 KB...that way you
don't waste time with small files. Then click the size column until the big
ones are at the top.

IME the search tool is a unstable with searches that yield a billion
results, so limiting it to files over 2 MB is a good idea.

-John O


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
filesize =?Utf-8?B?SGFua1RyZXhsZXI=?= Microsoft Excel Misc 1 13th Jan 2006 03:15 PM
Filesize Darren Microsoft Excel Discussion 1 22nd Aug 2005 04:41 PM
Filesize... Jure Sah Microsoft Powerpoint 6 25th Mar 2005 02:50 PM
How to get a filesize? Jason Chan Microsoft C# .NET 2 13th Jul 2004 07:44 AM
Max filesize Larry Microsoft Excel Misc 2 30th Apr 2004 02:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:14 PM.