Opening Opus Via Path/Argument with Fluent Search

Hello

I'm trying to get Fluent Search to open things in dopus. I tried putting C:\Program Files\GPSoftware\Directory Opus\dopus.exe in the box below but it doesn't open. Am I missing an argument or am I using the wrong path?

You'd normally have to specify the path you want to open as well, unless Fluent adds that automatically.

This command will be a bit more efficient:

"C:\Program Files\GPSoftware\Directory Opus\dopusrt.exe" /cmd Go NEW PATH="%1"

%1 is where the path should go, and may work as-is, if Fluent uses the same token style as File Explorer and the Windows registry.

Change NEW TO NEWTAB if you want a new tab instead of a new window.

1 Like

it works perfectly! thank you so much Leo :slight_smile: