After some fiddling I present you the results: If you want to search with locate32 from the command line you can use this:
[copy or print]
locate32 keyword
(to bring up the locate window with your keyword as the search, but it does not run)locate32 keyword
[copy or print]
locate32 -r keyword
(to being up the locate window with search results for your keyword)locate32 -r keyword
I couldn't find any documentation on any switches so I assume it's unofficial and might break in the future?? Maybe using some debug tool someone might find other switches, to search for extension for example.
To do this straight from FARR paste this as an preformatted alias group:
[copy or print]
1000>>>locate32>->loc $$1 |C:\Program Files\Locate\Locate32.exe -r $$1>+>^loc (.*)
or create a new alias like this screenshot (change the path to locate32.exe depending on where you installed it):1000>>>locate32>->loc $$1 |C:\Program Files\Locate\Locate32.exe -r $$1>+>^loc (.*)

BTW it shouldn't be hard to write a plugin to use the locate.exe executable to return the search results inside the FARR window, as locate.exe <keyword> does a search for keyword and returns all search results in a dosbox.











Logged
Bard
S.VanDragt.com







but i think a plugin is the way to go, so at least one doesn't have to click on locate's search button..

but i still would like to know why both - Farr & locate? please enlighten this ignoramus..
...