G
Guest
Hello!
How to search for folders which are about 4GB in size?
Best regards,
Dima
+79035093892
How to search for folders which are about 4GB in size?
Best regards,
Dima
+79035093892
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
D said: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
Do not explorer's standard search functions include file sizeHere 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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.