Search found 297 matches

by froggie
Wed Apr 01, 2020 4:12 pm
Forum: Support
Topic: Possible to search for double extensions? Also what does dupe: sizedupe: do?
Replies: 6
Views: 11385

Re: Possible to search for double extensions? Also what does dupe: sizedupe: do?

As a start try this as a search (with regex under search on the menu NOT checked)
regex:"\.\w\w\w\.\w\w\w$"
by froggie
Thu Mar 19, 2020 3:54 pm
Forum: Support
Topic: Using wildcards in content search?
Replies: 11
Views: 12708

Re: Using wildcards in content search?

@void
Isn't "noexact" the same as "nowfn" and is the default? Why would you need to specify it in the macro, other than clarity in the example?
by froggie
Fri Mar 13, 2020 8:50 pm
Forum: Support
Topic: CPU usage expected during search?
Replies: 19
Views: 25866

Re: CPU usage expected during search?

Code: Select all

So, do we ever need asterisks?
Maybe in the middle of a string: "xxx*yyy"

But even in this case I would start with "xxx yyy" and see if there is a need to use a more complex search - often this will find what I need without creating a more complex search.
by froggie
Fri Mar 13, 2020 4:25 pm
Forum: Support
Topic: CPU usage expected during search?
Replies: 19
Views: 25866

Re: CPU usage expected during search?

@terrypin But what exactly does "Match Whole Filename When Using Wildcards " mean? I'm using asterisks because I don't know the whole filename. You don't need the asterisks. Everything will match a search string wherever it appears. So "hf" will match "hf", "abchf&...
by froggie
Fri Mar 13, 2020 3:31 pm
Forum: Support
Topic: CPU usage expected during search?
Replies: 19
Views: 25866

Re: CPU usage expected during search?

Its the

Code: Select all

*anything*.
that does it.

Searching for *hf*.pdf and Checking Match Whole Filename When Using Wildcards (which is the same logical search) is instantaneous.

Of course just omitting the "*"

Code: Select all

hf ext:pdf
is also the same and instantaneous
by froggie
Fri Mar 13, 2020 2:20 pm
Forum: Support
Topic: CPU usage expected during search?
Replies: 19
Views: 25866

Re: CPU usage expected during search?

Interesting.
I am getting about 10 seconds with that search.
Match whole word drops it to 3
removing the period or putting a space before it makes it about instantaneous
by froggie
Thu Feb 20, 2020 11:39 pm
Forum: Bug report
Topic: Zombie processes left if ALT+F4 or X used to close Everything
Replies: 1
Views: 5822

Re: Zombie processes left if ALT+F4 or X used to close Everything

If you uncheck "Run in background" , Everything will end when you close the search window. However, it is generally more efficient to have one instance of Everything with multiple search windows if you need them (right click tray icon, new search window), rather than starting multiple copi...
by froggie
Fri Feb 14, 2020 3:21 pm
Forum: General
Topic: How would I embed Everything in Excel VBA
Replies: 5
Views: 9691

Re: How would I embed Everything in Excel VBA

Excel VBA supports both Regex and reading directories. Plenty of examples online. As much as I love Everything, It might be simplier & easier to just stay within Excel
by froggie
Wed Feb 12, 2020 3:09 pm
Forum: General
Topic: Disabling the service with Windows 10
Replies: 34
Views: 52040

Re: Disabling the service with Windows 10

What anti-virus are you using? More than one?
Can you try disabling anti-virus and then repeating the set Everything service to automatic & reboot test.
by froggie
Wed Jan 22, 2020 1:19 am
Forum: Support
Topic: Combining and calculating folder sizes of the same name, without actually moving files
Replies: 13
Views: 9072

Re: Combining and calculating folder sizes of the same name, without actually moving files

Would something like TreeSize Free help you? It will, as the name says, list the size of some or all of the folders on your drives. (There are many like it, this is the one I use the most)

Code: Select all

https://www.jam-software.com/treesize_free/comparison.shtml
by froggie
Wed Jan 08, 2020 11:08 pm
Forum: General
Topic: hotkey/shortcut to switch filters?
Replies: 1
Views: 3948

Re: hotkey/shortcut to switch filters?

Go to Search>>Organize Filters>>Document (for example)

At the bottom you can set a keyboard shortcut

Repeat for each filter of interest
by froggie
Wed Dec 25, 2019 3:00 pm
Forum: Support
Topic: Enter key for path column results
Replies: 3
Views: 4075

Re: Enter key for path column results

Check box at Tools>>Options>>UI>>Full Row Select
by froggie
Mon Dec 23, 2019 8:48 pm
Forum: Support
Topic: Problem about regex
Replies: 12
Views: 9665

Re: Problem about regex

Why *.mp3? Just .mp3 seems to have the same matches and it is much faster.
by froggie
Thu Dec 19, 2019 3:16 am
Forum: General
Topic: Index This (version 2023-05-15)
Replies: 40
Views: 109265

Re: Index This

Thank you. That does the trick.
by froggie
Fri Dec 13, 2019 8:39 pm
Forum: General
Topic: Index This (version 2023-05-15)
Replies: 40
Views: 109265

Re: Index This

This is minor, and I should be able to fix it, but it has been far too many years since I wrote cmd scripts : I keep all my scripts in a directory that has a name similar to "Scripts & Programs & Such" . The ampersands make IndexThis fail. Do you know an easy way to escape the ampr...
by froggie
Tue Nov 19, 2019 6:12 pm
Forum: Support
Topic: Blank Search results display
Replies: 22
Views: 15464

Re: Blank Search results display

That is exactly right (and well described). I tested it to refresh my memory. Note that when an account with administrator rights chooses "run as an administrator" windows puts up a prompt for permission before handing out the admin badge - it is not hidden (unless UAC has been turned off)...
by froggie
Tue Nov 19, 2019 3:06 am
Forum: Support
Topic: Blank Search results display
Replies: 22
Views: 15464

Re: Blank Search results display

It is Interesting. It is really not proper for a process to write in another user's (admin) files. I did exit everything completely and made sure the service was stopped. I repeated the process, deleting everything.ini in appdata\roaming. Everything recreated everything.ini in my user's appdata\roam...
by froggie
Mon Nov 18, 2019 10:23 pm
Forum: Support
Topic: Blank Search results display
Replies: 22
Views: 15464

Re: Blank Search results display

If you enabled Store settings and data in %APPDATA%\Everything , running as administrator will create a completely new Everything.ini in the userprofile of Administrator. That does not seem to be correct. Running as administrator should elevate process privilege to administrator, not change the loc...
by froggie
Wed Nov 13, 2019 4:09 pm
Forum: Support
Topic: Search Everything Won't Start
Replies: 4
Views: 5943

Re: Search Everything Won't Start

You might try downloading the portable version of Everything - it is a zip file, no install required, just unzip and execute.
by froggie
Sun Nov 10, 2019 5:35 pm
Forum: General
Topic: Index This (version 2023-05-15)
Replies: 40
Views: 109265

Re: Index This

Very useful.
Works well with dupe: since the compare is only to the folder/sub-folders selected.
Nice code - made it easy to add additional ini parameters (more columns).
by froggie
Thu Nov 07, 2019 2:19 am
Forum: Development, plugins and third party software
Topic: Everything64.DLL SDK not working on clean computer
Replies: 2
Views: 16728

Re: Everything64.DLL SDK not working on clean computer

From the SDK Help:
The Everything SDK provides a DLL and Lib interface to Everything over IPC.
and further down
Requires "Everything" client to be running.
by froggie
Sun Sep 22, 2019 8:34 pm
Forum: General
Topic: Any way to preview audio and control playback?
Replies: 13
Views: 14830

Re: Any way to preview audio and control playback?

Am I missing something in the question? Just double click on an audio file and it opens in your default player, with the player controls visible if you have your player configured like that. I use VLC but I expect it will work like that for other players.
by froggie
Thu Sep 19, 2019 1:46 am
Forum: Support
Topic: Everything Using a Large Amount of RAM
Replies: 15
Views: 50458

Re: Everything Using a Large Amount of RAM

Everything works from memory all the time. Basically the file is used to save memory contents at shutdown and to reload memory at startup. That is one reason it is so fast, no database reads.
by froggie
Thu Sep 12, 2019 11:57 pm
Forum: Support
Topic: Command line argument (examples)
Replies: 10
Views: 28926

Re: Command line argument (examples)

You might find this post helpful (scroll to the bottom)

viewtopic.php?t=5944
by froggie
Sat Aug 31, 2019 1:12 am
Forum: General
Topic: File association (newbie)
Replies: 9
Views: 19981

Re: File association (newbie)

You have to re-establish the Windows file associations that File Viewer changed For example, to fix VLC associations: Open VLC, Select TOOLS from the Menu, then PREFERENCES, then INTERFACE Scroll down to the bottom, click SET UP ASSOCIATIONS. Select the file type you want VLC to play (You can click ...
by froggie
Tue Aug 20, 2019 12:36 pm
Forum: Bug report
Topic: Icons (.LNK) - path:len:>259 - Version 1.4.1.948 (x64) & (x86)
Replies: 10
Views: 26710

Re: Icons (.LNK) - path:len:>259 - Version 1.4.1.948 (x64) & (x86)

I would think that defaulting to the "no crash" option would be best. A crash would leave most users clueless and result in either a support request here or dissatisfaction with Everything. Users may well be unaware of having very long paths and It is unlikely that they would look for an i...
by froggie
Tue Aug 06, 2019 9:53 pm
Forum: Suggestions
Topic: override gui settings
Replies: 2
Views: 11905

Re: override gui settings

Not when it is excluded, it will not be in the datavbase. Use a filter instead. Then if you want to search for it you can change to the EVERYTHING filter. see ( fourth item from top,Stamimail's post):
viewtopic.php?t=6817
by froggie
Thu Jul 18, 2019 3:12 am
Forum: Support
Topic: Syntax
Replies: 7
Views: 6138

Re: Syntax

try checking
search>match path
or use
path:d:
instead of
d:
by froggie
Wed Jul 17, 2019 3:03 am
Forum: Support
Topic: External image viewer always returns with focus in search bar
Replies: 2
Views: 4505

Re: External image viewer always returns with focus in search bar

Do you have
Tools>Options>General>UI>Focus Search on Activate
checked? If so, uncheck it, click apply and see if that helps.
by froggie
Sat Jun 15, 2019 10:01 pm
Forum: Support
Topic: Disable Tooltip
Replies: 1
Views: 14140

Re: Disable Tooltip

To keep the tooltip that just shows when there is insufficient room to display a field but turn off the large extended tool tip with all of the details about a file, In search bar enter /show_detailed_listview_tooltips=0 and press enter. Set it to 1 to restore the tooltips. To turn off all tooltips:...
by froggie
Fri Jun 14, 2019 1:28 am
Forum: Support
Topic: Bookmark sometimes is added to the searchbar instead of overwriting it
Replies: 6
Views: 18060

Re: Bookmark sometimes is added to the searchbar instead of overwriting it

Yes it does, at least in the basic case. I have some issues with some of the other parameters and "remember" but I have not yet spent enough time with them to ask about them.

Capture.JPG
Capture.JPG (53.38 KiB) Viewed 4674 times
Capture2.JPG
Capture2.JPG (14.2 KiB) Viewed 4674 times
by froggie
Thu Jun 13, 2019 9:29 pm
Forum: Support
Topic: Bookmark sometimes is added to the searchbar instead of overwriting it
Replies: 6
Views: 18060

Re: Bookmark sometimes is added to the searchbar instead of overwriting it

If you make the bookmark a macro (by adding a name in the the macro field of the bookmark, e.g. test), you can then add the macro to your search (e.g. test:)
by froggie
Wed May 15, 2019 8:49 pm
Forum: Support
Topic: Using a Network Shared Index
Replies: 22
Views: 19627

Re: Using a Network Shared Index

Try

Everything.exe -db \\server\EverythingDB\Everything.db -read-only

and read this post

viewtopic.php?f=2&t=7615&p=25648&hilit= ... nly#p25648
by froggie
Sun Apr 28, 2019 2:52 am
Forum: Support
Topic: Everything searches do not find efu files? ( that are on my c drive )
Replies: 5
Views: 5339

Re: Everything searches do not find efu files? ( that are on my c drive )

Could you have a filter set? Under Search, which entry has the bullet next to it?
by froggie
Fri Mar 29, 2019 3:14 pm
Forum: General
Topic: Walkthru for file renaming ...
Replies: 16
Views: 26442

Re: Walkthru for file renaming ...

This is great. Very useful.

Could you please add the contents of this post to the online help?
by froggie
Fri Mar 29, 2019 1:58 pm
Forum: General
Topic: Walkthru for file renaming ...
Replies: 16
Views: 26442

Re: Walkthru for file renaming ...

I don't see where the functions for renaming are documented. Are there others besides $lowercase and $uppercase?
by froggie
Wed Mar 27, 2019 7:02 pm
Forum: Off-topic discussion
Topic: Why the development is slow?
Replies: 7
Views: 10511

Re: Why the development is slow?

and please do add more option for donations, only limited people have access to PayPal. You don't need a PayPal account to donate, just following the Donate with PayPal links and you will be given the choice of using a credit card. PayPal is just the processor, no account required, although it is a...
by froggie
Thu Mar 14, 2019 2:23 pm
Forum: Support
Topic: Possible to search by file extension using its shortcut?
Replies: 7
Views: 9789

Re: Possible to search by file extension using its shortcut?

How about:
.lnk content:pdf


as a starting point
by froggie
Mon Jan 21, 2019 2:46 pm
Forum: Support
Topic: folder & files not detected by Everything?
Replies: 8
Views: 11257

Re: folder & files not detected by Everything?

Do you have a 32 bit install of Windows?

Try download Installer instead of Download Installer-64 Bit in the link from Void.
by froggie
Thu Jan 03, 2019 2:33 pm
Forum: General
Topic: Regular expressions do not work (SEPARATE FOLDER NAME)
Replies: 8
Views: 11910

Re: Regular expressions do not work

Everything uses PCRE in non-Javascript mode

https://www.pcre.org/original/doc/html/pcrepattern.html
Would be nice to have this information in Everything Help, maybe under "advanced Regex"
by froggie
Sat Dec 08, 2018 3:22 pm
Forum: Support
Topic: Increase undo buffer?
Replies: 9
Views: 9195

Re: Increase undo buffer?

I am a little confused about Use Alt + Left and Alt + Right to back and forward through search history. In the Help it says alt + up/down In the Options>keyboards is shows Search All History alt + up/down Search History blank Tests show alt + left / right scrolls the history from the current session...
by froggie
Mon Nov 19, 2018 4:18 am
Forum: Support
Topic: Searching for multiple exact words
Replies: 8
Views: 13326

Re: Searching for multiple exact words

If your folder names are just one word (no spaces, dashes, etc), as your examples are, then turning on
Search>Match Whole Word ]
would do it
by froggie
Thu Nov 08, 2018 1:18 am
Forum: Support
Topic: Date modified date sometimes not up to date
Replies: 9
Views: 13100

Re: Date modified date sometimes not up to date

Is the date modified date correct when you look with Windows explorer?
by froggie
Sun Nov 04, 2018 9:16 pm
Forum: Support
Topic: [Solved] Corrupted / missing files
Replies: 3
Views: 8274

Re: Corrupted / missing files

The WaybackMachine (web.archive.org) preserves copies of voidtools.com. You may be able to get downloads from there.
by froggie
Sun Oct 28, 2018 1:44 am
Forum: Support
Topic: Everything Service & Elevated Programs
Replies: 17
Views: 18600

Re: Everything Service & Elevated Programs

Thanks.

VOID -

It is a bit worrisome that Everything seems to have been bypassing UAC elevation control somehow. Probably not enough info to diagnose but still.....
by froggie
Sun Oct 28, 2018 12:43 am
Forum: Support
Topic: Everything Service & Elevated Programs
Replies: 17
Views: 18600

Re: Everything Service & Elevated Programs

Would you kindly do me a favor and still run the windows explorer test? I would really like to know if Everything has some failure mode where it bypasses Windows UAC security or if it is just turned off on your system.
by froggie
Sun Oct 28, 2018 12:03 am
Forum: Support
Topic: Everything Service & Elevated Programs
Replies: 17
Views: 18600

Re: Everything Service & Elevated Programs

What happens when you run this same test from windows explorer, instead of everything
by froggie
Sat Oct 27, 2018 10:45 pm
Forum: Support
Topic: Everything Service & Elevated Programs
Replies: 17
Views: 18600

Re: Everything Service & Elevated Programs

That's fine, you are not running as admin. Now try this: in everything, search for c:\windows\system32\cmd.exe double click cmd.exe in the result list, a cmd (dos) window should open type FSUTIL at the c:\Windows\System32> prompt do you get a message "The FSUTIL utility requires that you have a...
by froggie
Sat Oct 27, 2018 10:29 pm
Forum: Support
Topic: Everything Service & Elevated Programs
Replies: 17
Views: 18600

Re: Everything Service & Elevated Programs

To see if Everything is running as an administrator, type /debug and then press enter. The debug window will open and a few lines from the top will have an entry IsAdmin 0 or 1 (you may have to push the scroll bar on the right to the top to see the first few lines) If the value is "1" then...