Discussion related to "Everything" 1.5 Alpha.
-
mnicolau
- Posts: 5
- Joined: Sat Mar 30, 2024 9:03 pm
Post
by mnicolau »
How to search all drives for files that have the same size as the files in the initial folder "C:\FolderA\"?
I tried using the script below without success. I’m not sure if this type of search is possible.
Code: Select all
<"C:\FolderA\" regex:"^(.*)$"> | <"" regex:"^(.*)$" size:[getsize:"$1:"]>
-
void
- Developer
- Posts: 16753
- Joined: Fri Oct 16, 2009 11:31 pm
Post
by void »
Please try
sizefilelist1:
Search for:
sizefilelist1:
Right click the sizefilelist1: text in the search box and click Edit File List Slot....
Click Add Folder....
Select C:\FolderA and click OK.
Click OK.
sizefilelist1:
Please try
size-match:
regex:name:"^(.*)$" sizematch:"C:\\FolderA\\$1:"
size-match: