tool for superfast filenamensearch on NTFS partitions
![StefanL38](https://forums.parallax.com/uploads/userpics/798/nYUCW31ONX8OI.jpg)
Hello,
this is not even Parallax-related except as a tool to relocate your *.bas *.sx *.spin files
http://www.voidtools.com/ has a freeware tool that uses
some NTFS journaling techniques to keep a filenamedatabase updated in realtime !
I combined it with http://www.autohotkey.com/ and a small autohotkey-script
to replace the windumb search-function by pressing win-f (windows key + f-key)
After the first search it takes less than half a second to get the search result.
Full contextmenu function (right-click) supported
Some how I think the name microsoft was chosen because the brains of all programmers there
are MICRO in size and SOFT is the nature of the stability of the neuron-interconnections
Since NTFS started they could have coded something like this !
But refused to. must be MICRO and SOFT brains.
best regards
Stefan
this is not even Parallax-related except as a tool to relocate your *.bas *.sx *.spin files
http://www.voidtools.com/ has a freeware tool that uses
some NTFS journaling techniques to keep a filenamedatabase updated in realtime !
I combined it with http://www.autohotkey.com/ and a small autohotkey-script
#f:: SetTitleMatchMode 3 IfWinExist Everything WinActivate Everything else Run "C:\Program Files\Everything\Everything.exe" SetTitleMatchMode 2 return
to replace the windumb search-function by pressing win-f (windows key + f-key)
After the first search it takes less than half a second to get the search result.
Full contextmenu function (right-click) supported
Some how I think the name microsoft was chosen because the brains of all programmers there
are MICRO in size and SOFT is the nature of the stability of the neuron-interconnections
Since NTFS started they could have coded something like this !
But refused to. must be MICRO and SOFT brains.
best regards
Stefan
Comments
I'll bet 'everything.exe' uses the same winapi as the now retired filemon, which has been replaced by a 'process viewer' ... I use it often. Everything.exe has very low overhead it seems. Will run them side by side for a while and see.
SysInternals - Process Monitor v2.7:
http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
[noparse]/noparse]EDIT - well 'everything' was blazing fast on initial indexing of, well, everything on a 2.5GHz duly proc, 260GB IDE HD... >200k files < 2 seconds ... not too bad [noparse]:)[/noparse
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Post Edited (CounterRotatingProps) : 10/24/2009 10:23:03 PM GMT