ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

dolaunch, dosearch and search folder combination alias trouble

(1/1)

Nod5:
Minor issue. I often use FARR to pass searches to Everything through an alias like this:
^(.*)\s\s$
Everything Search: $$1 | dolaunch C:\Program Files\Everything\Everything.exe -search "$$1"
--- End quote ---
That most often works great. But sometimes I start a FARR search using another alias with a search folders parameter, like so:
^(?:te|tes|test) (.*)
test $$1 | dosearch +test_modifier $$1
--- End quote ---

When I first type "test NNNNN" the second alias runs. If I then double tab space ("test NNNNN  ") the first alias runs. But FARR doesn't pass "test NNNNN" to Everything. It passes "+test_modifier NNNNN". Can I tweak the aliases to in such a case pass the exact phrase in the inputbox?

Navigation

[0] Message Index

Go to full version