Hi!
I use Everythig 1.3.0.632 with Total Commander:
open_folder_path_command=$exec("%COMMANDER_PATH%\TOTALCMD.EXE" /o /s "$parent(%1)")
open_folder_command=$exec("%COMMANDER_PATH%\TOTALCMD.EXE" /o /s /r="%1")
but the new 1.3.1.636 ignore it and open all folders only in the explorer. How can I edit the new version's ini file to make it works again with TC?
(sorry for my poor english, I hope you can understand me...)
(Thanks for the Everything! I really like it!)
Missing "open_folder_path_command" and "open_folder_command"
Missing "open_folder_path_command" and "open_folder_command"
Last edited by Demon on Thu Feb 21, 2013 7:56 am, edited 1 time in total.
Re: Missing "open_folder_path_command" and "open_folder_comm
One more thing: I use it in portable mode without context menu.
Re: Missing "open_folder_path_command" and "open_folder_comm
These settings are now available in the UI.
To customize these commands:
To customize these commands:
- In Everything, from the Tools menu, click Options.
- Click the Context menu tab.
- Select a menu item.
- Change the Command.
- Click OK.
Re: Missing "open_folder_path_command" and "open_folder_comm
OK! It works again perfectly!
But it was clear, I do not know why I did not see.
Thanks for the help! Have a nice day!
But it was clear, I do not know why I did not see.
Thanks for the help! Have a nice day!
Re: Missing "open_folder_path_command" and "open_folder_comm
Yes, it's work. Please do not remove the custom setting from previous installed version.void wrote:These settings are now available in the UI.
...
When upgrading to Everything 1.3.1 any previous commands are lost. This is a bug and should be fixed in the next release.
Why we can not save directly into .ini file?
ALso I saw that the both of everything.ini are permanent changed (one from self directory and the other from %appdata%). Which is in use?
Thanks in advance!
Re: Missing "open_folder_path_command" and "open_folder_comm
1.3.1.636b uses the following ini settings:Why we can not save directly into .ini file?
Code: Select all
open_folder_command2=
open_file_command2=
open_path_command2=
explore_command2=
explore_path_command2=
Code: Select all
open_folder_command=
open_file_command=
open_path_command=
explore_command=
explore_path_command=
See %APPDATA% Option Help for the location of Everything.iniALso I saw that the both of everything.ini are permanent changed (one from self directory and the other from %appdata%). Which is in use?
Thanks in advance!