Adding "Open with Bandiview" to Image Files Right-Click Menu

I want to add an "Open with Bandiview" option to the context menu when I right-click on image files. I know this should be configured within the "File Types" settings, and I'm working with the "Pictures" file type group.

I'm not sure how to write the command for this action. Could someone provide some guidance?

"D:\Tools\BandiView\BandiView.exe" {f}

Awesome, thank you! That did the trick!

{file} just passes the filename, while {filepath} passes the full path.

(And {f} is a short version of the same thing, but less readable.)

1 Like