How could I make Everything open the files in the result list with another file manager than Explorer?
How could I make Everything open the files in the result list with another file manager than Explorer?
How could I make Everything open the files in the result list with another file manager than Explorer, e.g. with https://freecommander.com/de/ubersicht/ or http://www.q-dir.com/?
Re: How could I make Everything open the files in the result list with another file manager than Explorer?
Ah very sorry! Very familar! Thank you for the link.
Why a new computer? May be a new brain or such.
Did that:
This line added: $exec("J:\LiberKey\Apps\Q-Dir\Q-DirLKL.exe" "%1")
When I click here
Q-Dir starts, but a file is not shown in one of its panels. How could that file shown in one of the panels?
Why a new computer? May be a new brain or such.
Did that:
This line added: $exec("J:\LiberKey\Apps\Q-Dir\Q-DirLKL.exe" "%1")
When I click here
Q-Dir starts, but a file is not shown in one of its panels. How could that file shown in one of the panels?
Re: How could I make Everything open the files in the result list with another file manager than Explorer?
On my systems, this works for Open Path:
Code: Select all
$exec(C:\Tools\Q-Dir\Q-Dir_x64.exe /e>$parent(%1)>)
Re: How could I make Everything open the files in the result list with another file manager than Explorer?
$exec(J:\LiberKey\Apps\Q-Dir\Q-DirLKL.exe /e>$parent(%1)>)
Here it just opens Q-Dir without showing the file or folder.
Here it just opens Q-Dir without showing the file or folder.