How could I make Everything open the files in the result list with another file manager than Explorer?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Biff
Posts: 1141
Joined: Mon May 25, 2015 7:09 am

How could I make Everything open the files in the result list with another file manager than Explorer?

Post by Biff »

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/?
NotNull
Posts: 5239
Joined: Wed May 24, 2017 9:22 pm

Re: How could I make Everything open the files in the result list with another file manager than Explorer?

Post by NotNull »

New computer? ;)

Take a look at this thread.
(it might look familiar ..)
Biff
Posts: 1141
Joined: Mon May 25, 2015 7:09 am

Re: How could I make Everything open the files in the result list with another file manager than Explorer?

Post by Biff »

Ah very sorry! Very familar! Thank you for the link.

Why a new computer? May be a new brain or such.

Did that:
Image
This line added: $exec("J:\LiberKey\Apps\Q-Dir\Q-DirLKL.exe" "%1")

When I click here
Image
Q-Dir starts, but a file is not shown in one of its panels. How could that file shown in one of the panels?
NotNull
Posts: 5239
Joined: Wed May 24, 2017 9:22 pm

Re: How could I make Everything open the files in the result list with another file manager than Explorer?

Post by NotNull »

Biff wrote: Mon Jul 01, 2019 11:10 am This line added: $exec("J:\LiberKey\Apps\Q-Dir\Q-DirLKL.exe" "%1")
On my systems, this works for Open Path:

Code: Select all

$exec(C:\Tools\Q-Dir\Q-Dir_x64.exe /e>$parent(%1)>)
Biff
Posts: 1141
Joined: Mon May 25, 2015 7:09 am

Re: How could I make Everything open the files in the result list with another file manager than Explorer?

Post by Biff »

$exec(J:\LiberKey\Apps\Q-Dir\Q-DirLKL.exe /e>$parent(%1)>)

Here it just opens Q-Dir without showing the file or folder.
Post Reply