I wish to make a button that can open a spesific file in a spesific program on my computer.
How can I achieve this most easily?
I have not found any commands or arguments that support this.
I wish to make a button that can open a spesific file in a spesific program on my computer.
How can I achieve this most easily?
I have not found any commands or arguments that support this.
Usually:
"C:\Program Files\AppName\App.exe" "C:\Your\Specific\File.ext"
But it may depend on the program how (or even if) it expects files to be passed to it. It's more a question about the other program than about Opus.
What if I want to open any file in a spesific program?
What should I replace "C:\Your\Specific\File.ext" with?
{filepath} will give the selected file.