[Solved] LOADSEARCH in separate process

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
LonerD
Senior Member
Senior Member
Posts: 381
Joined: 2010-06-19, 20:18 UTC
Location: Makeyevka, Russia
Contact:

[Solved] LOADSEARCH in separate process

Post 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.
Last edited by LonerD on 2016-07-28, 12:45 UTC, edited 1 time in total.
"I used to feel guilty in Cambridge that I spent all day playing games, while I was supposed to be doing mathematics. Then, when I discovered surreal numbers, I realized that playing games IS math." John Horton Conway
User avatar
petermad
Power Member
Power Member
Posts: 14741
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post 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
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
LonerD
Senior Member
Senior Member
Posts: 381
Joined: 2010-06-19, 20:18 UTC
Location: Makeyevka, Russia
Contact:

Post 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"
"I used to feel guilty in Cambridge that I spent all day playing games, while I was supposed to be doing mathematics. Then, when I discovered surreal numbers, I realized that playing games IS math." John Horton Conway
Post Reply