Custom Open Commands allows you to execute files or folders with a custom program or script.
To set a Custom Open Command:
- In Everything 1.5, from the Tools menu, click Options.
- Click the Advanced tab on the left.
- To the right of Show settings containing, search for:
custom - Select custom_open_command01.
- Set the value to a custom command
- For example:
$exec("C:\Program Files $(x86$)\ExternalFileManager\ExternalFileManager.exe" "%1") - Click OK.
To assign a keyboard shortcut to a Custom Open Command:
- In Everything 1.5, from the Tools menu, click Options.
- Click the keyboard tab on the left.
- To the right of Show commands containing, search for:
custom - Select File | Custom Open 1.
- Click Add....
- Press a new keyboard shortcut and click OK.
- Click OK.
To create a custom command and also show a context menu item:
- In Everything 1.5, from the Tools menu, click Options.
- Click the Advanced tab on the left.
- To the right of Show settings containing, search for:
command - Select custom_open_commands.
- Change the value to a JSON array of command objects.
- For example:
Code: Select all
[{"name":"TC","type":2,"filter"="*.7z;*.zip;*.rar;*.aes;*.jpg;*.zpaq;*.EOC","command"="$exec(\"C:\\Tools\\Wincmd\\Totalcmd64.exe\" /a /o /s \"%1\")"},{"name":"AkelPad","type":2,"filter"="*.ini","command"="$exec(\"C:\\Tools\\AkelPad\\AkelPad.exe\" \"%1\")"}]
- Click OK.
Otherwise, the command is shown under the context menu with the specified name.