Add context menu item for drives

How can I add a context menu item that applies to drives in a lister (in the file display, not in the folder tree)? I want to add "Open in New Lister."

I've tried adding it to File Types / Drive (which is under "System Protocols") add under Customize / Context Menus / Folders and ... / This PC.

Add this command to the Drive context menu (the one you found already):

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

Just what I was looking for, thank you.