General discussion related to "Everything".
-
NotNull
- Posts: 2863
- Joined: Wed May 24, 2017 9:22 pm
Post
by NotNull » Mon Apr 09, 2018 9:38 am
What's this
Choose
IndexThis from the context-menu of a folder or drive to have it indexed in a separate, temporary database.
Comes in handy with external USB-disks, network folders, etc.
How it works:
When you choose
IndexThis from the context-menu, a new instance of Everything will be started with specific settings for this folder/drive. It will index it - using NTFS indexing on local NTFS filesystem; folder-indexing on other filesystems (no ReFS support) - and load the results in memory. Only memory; database will not be written to disk.
Isntallation
- Put attached CMD script in a folder somewhere on your system
- In the script, change the path to Everything.exe to match your system. Currently:
set EverythingEXE=C:\Program Files\Everything\Everything.exe
- Start the script (by double-clicking it in Explorer, for example)
- Choose [ i ] from the menu (Install).
- Done.
Now you can right-click a drive or folder to index it:

- 2018-10-26 09_25_05-Window.png (115.4 KiB) Viewed 5779 times
-
Attachments
-
- IndexThis IndexThis 2019-12-18.zip
- (2.42 KiB) Downloaded 261 times
Last edited by
NotNull on Mon Apr 09, 2018 12:33 pm, edited 1 time in total.
-
therube
- Posts: 2884
- Joined: Thu Sep 03, 2009 6:48 pm
Post
by therube » Mon Apr 09, 2018 12:25 pm
(You forgot something

.)
-
NotNull
- Posts: 2863
- Joined: Wed May 24, 2017 9:22 pm
Post
by NotNull » Mon Apr 09, 2018 12:31 pm
therube wrote:(You forgot something

.)
Man ... it's one of those mondays ...
Will add the attachment to the original post
Thanks for "waking me up"

-
NotNull
- Posts: 2863
- Joined: Wed May 24, 2017 9:22 pm
Post
by NotNull » Thu Oct 25, 2018 5:33 pm
Updated version:
- Use a different detection method of NTFS filesystem that doesnt require admin rights
- Check if Everything service is running (needed for NTFS indexing)
The zipfile is in the original post (removed the old version)
-
jjk
- Posts: 25
- Joined: Mon Jun 15, 2009 6:57 pm
Post
by jjk » Sun Nov 04, 2018 7:03 pm
Sorry but I am not able to decompress IndexThis.zip
What happens ?
(file length is 1713 bytes)
-
ovg
- Posts: 240
- Joined: Thu Oct 27, 2016 7:19 pm
Post
by ovg » Sun Nov 04, 2018 7:08 pm
It seems file is corrupted ...
-
NotNull
- Posts: 2863
- Joined: Wed May 24, 2017 9:22 pm
Post
by NotNull » Sun Nov 04, 2018 7:34 pm
Same here: corrupted.
I think something went wrong when moving to the new webhoster (tested downloading another zipfile: also corrupted)
Will upload a fresh version.
New version uploaded.
BTW: Wow, no idea there was any interest in this. You made my day

-
katarnyo
- Posts: 1
- Joined: Sun Nov 10, 2019 8:16 am
Post
by katarnyo » Sun Nov 10, 2019 9:27 am
I just have to say thanks
i've used everything allready, but with this extension it is
no compare to other solutions.
absolutely brilliant,sir

-
froggie
- Posts: 198
- Joined: Wed Jun 12, 2013 10:43 pm
Post
by froggie » Sun Nov 10, 2019 5:35 pm
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).
-
NotNull
- Posts: 2863
- Joined: Wed May 24, 2017 9:22 pm
Post
by NotNull » Sun Nov 10, 2019 10:04 pm
@katarnyo, @froggie : thanks guys (M/F) ! Appreciated!
-
NotNull
- Posts: 2863
- Joined: Wed May 24, 2017 9:22 pm
Post
by NotNull » Sun Nov 10, 2019 10:50 pm
There will be an update for IndexThis in a couple of days. This update should be able to use the (faster) NTFS indexing in more cases.
-
froggie
- Posts: 198
- Joined: Wed Jun 12, 2013 10:43 pm
Post
by froggie » Fri Dec 13, 2019 8:39 pm
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 ampresands?
-
NotNull
- Posts: 2863
- Joined: Wed May 24, 2017 9:22 pm
Post
by NotNull » Fri Dec 13, 2019 9:05 pm
froggie wrote: ↑Fri Dec 13, 2019 8:39 pm
The ampersands make IndexThis fail. Do you know an easy way to escape the ampresands?
I already wrote an updated version of IndexThis and this (known) issue has (hopefully) been fixed too.
I hope to have some time this weekend for some extra testing.
-
NotNull
- Posts: 2863
- Joined: Wed May 24, 2017 9:22 pm
Post
by NotNull » Wed Dec 18, 2019 10:52 pm
Updated version:
- Better handling of special characters like % ^ & ( ) and $
- Use NTFS indexing for NTFS volumes that are not a bootvolume if Everything service is not running
- Added an option to use a different icon in the context menu
(Zipped) script is attached to the original post (replaced the previous version)
Everything icons in different colours can be downloaded
here.
-
froggie
- Posts: 198
- Joined: Wed Jun 12, 2013 10:43 pm
Post
by froggie » Thu Dec 19, 2019 3:16 am
Thank you. That does the trick.