How to search for folders which are about 4GB in size?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello!
How to search for folders which are about 4GB in size?
Best regards,
Dima
+79035093892
 
D said:
Hello!
How to search for folders which are about 4GB in size?
Best regards,
Dima
+79035093892

Here is a sample batch file that will do it:

@echo off
xxcopy /s /L /SZ:3900000000-4100000000 c:\data c:\temp\

You can download xxcopy.exe from a number of sites.
 
Here is a sample batch file that will do it:

@echo off
xxcopy /s /L /SZ:3900000000-4100000000 c:\data c:\temp\

You can download xxcopy.exe from a number of sites.
Do not explorer's standard search functions include file size
parameter capacity?
 
Hello,

Somehow, Microsoft's newsgroup server seems to classify my post with lots of
links as spam and refuses to post them.

Anyway, you can find a good list of folder size utilities here (a lot in the
comments too)
http://www.digg.com/software/The_1_most_useful_app_for_Windows_users...and_it_s_FREE!

(note that there's an exclamation mark at the end of the URL)

--
Singapore Web Design
http://www.bootstrike.com/Webdesign/
Singapore Web Hosting
http://www.bootstrike.com/WinXP/faq.html
Windows XP FAQ
 
Back
Top