I'm trying to launch a program (djv_view) using the selected item. It fails every time, stating
Code: Select all
[ERROR] Image I/O - Unrecognized file: [i]file name[/i]Essentially I'm just trying to do
Code: Select all
"C:\Program Files (x86)\djv 0.8.3\bin\djv_view.exe" "%ActivSel%"Code: Select all
"C:\Program Files (x86)\djv 0.8.3\bin\djv_view.exe"Code: Select all
"%ActivSel%"Am I doing something wrong?