Missing INI file options

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
WyleySam
Posts: 20
Joined: Wed Dec 28, 2011 2:06 pm

Missing INI file options

Post by WyleySam »

Just downloaded and installed Everything-1.3.1.636b.exe. What happened to explore_folder_path_command and explore_folder_command in the ini file???

Can I just add them back???
vsub
Posts: 474
Joined: Sat Nov 12, 2011 11:51 am

Re: Missing INI file options

Post by vsub »

Tools=>Options=>General=>Context Menu=>you can enable\disable menus from there
The Explore Path is there too
void
Developer
Posts: 16691
Joined: Fri Oct 16, 2009 11:31 pm

Re: Missing INI file options

Post by void »

I had to changed the command ini settings because of a conflict with older versions of "Everything".

In the current beta release (636b or later), command settings are saved to:
explore_command2=
open_path_command2=
explore_path_command2=
open_file_command2=
open_folder_command2=

Empty means use the default command.

The older versions of Everything the commands are saved to:
explore_command=
open_path_command=
explore_path_command=
open_file_command=
open_folder_command=

However, empty means this command does nothing.

What Everything should do, but does not, is try to load the old command settings if they exist...
I have added this to my things to do list.
WyleySam
Posts: 20
Joined: Wed Dec 28, 2011 2:06 pm

Re: Missing INI file options

Post by WyleySam »

I made the changes using Tools=>Options=>General=>Context Menu= and then saw the changes in the ini file:

explore_command2=
open_path_command2=
explore_path_command2=$exec("D:\Program Files\EF Commander4\EFCW.EXE" /O /L="$parent(%1)" /I="D:\Program Files\EF Commander4\EFCW.INI")
open_file_command2=
open_folder_command2=$exec("D:\Program Files\EF Commander4\EFCW.EXE" /O /L="%1" /I="D:\Program Files\EF Commander4\EFCW.INI")

I have no idea what each of these means, but when I double-click on a folder EF Commander opens up pointing to the correct folder, which is what I wanted.
vsub
Posts: 474
Joined: Sat Nov 12, 2011 11:51 am

Re: Missing INI file options

Post by vsub »

I don't use those menus,I just double click on the path column of the item and the folder containing the file\folder I'm searching for is opened.

Tools=>Options=>General=>Result=>Allow double click in path column
Post Reply