Configure Programs - Multiple files don't work when giving the filename as parameter
Posted: Fri Feb 12, 2021 10:37 pm
I'm using this for ShareX.exe to open in their editor:
Along with ShareX.exe in the path.
The above works with one file but not when trying with more than that.
Seems that instead of doing this:
etc.
It's doing this:

Code: Select all
-ImageEditor %1
The above works with one file but not when trying with more than that.
Seems that instead of doing this:
Code: Select all
ShareX.exe -ImageEditor %1
ShareX.exe -ImageEditor %2
ShareX.exe -ImageEditor %3
It's doing this:
Code: Select all
ShareX.exe -ImageEditor %1 %2 %3
