Commands -> Search in separate Process (Alt+Shift+F7)
Load/Save -> save
always saves: test_SearchFlags=0|002002000020|||||||||0000|||
LOADSEARCH -> test
Loadsearch only reads in the same process: Search (ALT+F7)
How do I run LOADSEARCH in a separate process?
LOADSEARCH in a separate process???
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50550
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: LOADSEARCH in a separate process???
Have a look at the help, command line parameters:
"c:\path to\totalcmd64.exe" "/S=F:Lyour saved search name"
or
"c:\path to\totalcmd.exe" "/S=F:Lyour saved search name"
So you would need to use something like this:/S=F
Open "Find Files" dialog without TC main window, e.g. totalcmd.exe /S=F "c:\start path"
Accepts additional parameters separated by a colon, e.g. /S=F:S1Lname
S Sort results by: 1=name, 2=extension, 3=size, 4=date/time. Negative value for descending order
L<x> As LAST parameter: Load search with name <x>, e.g. "/S=F:Lmax 1 day old"
L=<x> As LAST parameter: Same as L<x>, but start search immediately
L==<x> As LAST parameter: Same as L=<x>, but feed results to listbox when search completes
"c:\path to\totalcmd64.exe" "/S=F:Lyour saved search name"
or
"c:\path to\totalcmd.exe" "/S=F:Lyour saved search name"
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: LOADSEARCH in a separate process???
W wincmd.ini [searches], it is written like this:
test_SearchFor=ev:regex:(?-i)
test_SearchIn=G:\FILM; F:\FILM; H:\FILM
test_SearchText=
test_SearchFlags=0|002002000020|||||||||0000|||
test_plugin=tc.name regex (\\(\\d{4}\\)) & tc.ext !contains txt & tc.ext !contains srt & tc.ext !contains url & tc.ext !contains jpg
I click on the button: test
Command: LOADSEARCH
Parameters: test
Loadsearch only reads in the same process: Search (ALT+F7)
How do I run LOADSEARCH in a separate process?
Where should I enter: /S=F
test_SearchFor=ev:regex:(?-i)
test_SearchIn=G:\FILM; F:\FILM; H:\FILM
test_SearchText=
test_SearchFlags=0|002002000020|||||||||0000|||
test_plugin=tc.name regex (\\(\\d{4}\\)) & tc.ext !contains txt & tc.ext !contains srt & tc.ext !contains url & tc.ext !contains jpg
I click on the button: test
Command: LOADSEARCH
Parameters: test
Loadsearch only reads in the same process: Search (ALT+F7)
How do I run LOADSEARCH in a separate process?
Where should I enter: /S=F
Re: LOADSEARCH in a separate process???
Button with command:
%COMMANDER_EXE% /S=F:LTest
"Test" is your saved search name.
Pseudo environment variables
%COMMANDER_EXE% /S=F:LTest
"Test" is your saved search name.
Pseudo environment variables
Re: LOADSEARCH in a separate process???
Copy and paste on buttonbar
Code: Select all
TOTALCMD#BAR#DATA
%COMMANDER_EXE% /i=%COMMANDER_INI%
/S=F:Ltest
WCMICON2.DLL,47
Search test
-1
Re: LOADSEARCH in a separate process???
Thanks, it works