Page 1 of 1

[Solved] LOADSEARCH in separate process

Posted: 2016-07-26, 11:58 UTC
by LonerD
We have commands
LOADSEARCH <stored search>=-7;Open stored search operation
and
cm_SearchStandalone=545;Search in separate process

It would be great to have also command like LOADSEARCHSTANDALONE for loading search in separate process too.

Posted: 2016-07-27, 20:00 UTC
by petermad
You can use:
%COMMANDER_EXE% /S=F:L<stored search>
without the <> chars.

You can use that command in a button or in an em_command for use in the menu or a keyboard shortcut

Posted: 2016-07-28, 12:44 UTC
by LonerD
2petermad
Thank you!
Work. I miss this solution. Now it solved.

Small nuance.
If <stored search> contains spaces then it must be with quotes
%COMMANDER_EXE% /S=F:L"stored search"