To use Salamander with 'everything.exe' (better said to launch Salamander from the context menu of everything
1. close 'everything.exe'
2. add the following lines to the everything.ini file at the end and save the ini file
(change path according your path, relative paths should work, but I have not tried, see everything forums if needed)
Code: Select all
open_folder_command=$exec("C:\Programme\Altap Salamander 2.52\salamand.exe" -A "%1")
open_folder_path_command=$exec("C:\Programme\Altap Salamander 2.52\salamand.exe" -A "$parent(%1)")
3. restart 'everything.exe' of course
This will cause the right-click context menu to behave like this:
1) If you are on a folder
a) 'open' -> will start Salamader inside the folder
b) 'open path' -> will start Salamander with the folder _above_ the specified folder
2) If you're on a file
a) 'open' -> will do the same as double-clicking on the file (normally launch the associated application)
b) 'open path' -> will start Salamander with the folder which includes the specified file
For convinience and to speed up (especially in big directories) I want be able to start Salamander like 1a) 1b) and 2b), but with the specified file / folder already selected (like 'focus' does from the Salamander search)
If you want to specify opening Salamander with special left and / or right folder use the -L and or -R switch in the above lines for the ini file. Also if you want to have only one instance you can do this by adding the -O option.