Open folder in new Directory Opus window

General discussion related to "Everything".
Post Reply
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Open folder in new Directory Opus window

Post by void »

To set Everything to open folders in a new Directory Opus window:
  • In Everything, from the Tools menu, click Options.
  • Click the Context Menu tab on the left.
  • Select Open (Folders)
  • Change Command to:
    $exec("C:\Directory Opus\dopusrt.exe" /cmd Go NEW PATH "%1")
    where C:\Directory Opus\dopusrt.exe is the path to your Directory Opus executable.
  • Click OK.
Post Reply