Open File Explorer's current directory in Directory Opus via background context menu

Hey all! I am not sure if this is the right place to post this, but I recently made a pretty nifty context menu item that allows you to open the current directory that's already open in the default Windows file explorer in Directory Opus instead.

NOTE: my context menu item has an icon but I didn't include it in the script shared on here because the code requires you to specify a specific path to the icon.

Here's a download link to the script: open in dopus from explorer

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\dopus\command]
@="\"C:\\Program Files\\GPSoftware\\Directory Opus\\dopus.exe\" \"%V\""


1 Like

Slightly better command to use:

"C:\Program Files\GPSoftware\Directory Opus\dopusrt.exe" /open "%V"

(Note: DOpusRT.exe instead of DOpus.exe.)

I tried this, seems to work.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Folder\shell\DOpus Here]
@="Open in Directory Opus..."
"Icon"="C:\\DirectoryOpusPortable\\App\\DirectoryOpus\\dopusrt.exe"
[HKEY_CLASSES_ROOT\Folder\shell\DOpus Here\command]
@="\"C:\\DirectoryOpusPortable\\App\\DirectoryOpus\\dopusrt.exe\" /acmd GO  \"%V\" NEWTAB /O"

1 Like

If you want something similar, but for the context menu of files as well as folders, where using it on a file will open the parent folder in Opus and select the file, see WKen's post here: