Multi Commander > Support and Feedback

Creating An OpenWith User-Defined Command To Be Used In Custom Context Menu

(1/1)

total_annihilation00:
I'am trying to create a User-Defined Command (named "Open PDF In Edge") to open the Selected File in Microsoft Edge Browser. It's to be added to a Custom Context Menu which I have it listed in no prob there. But when I enter the following Custom Command, the Edge Browser opens with lots of tabs for each of the folder paths. This is what I'am using (Edge opens but the PDF file doesn't, I even tried /w another PDF Viewer but that doesn't Open it either)::


--- Code: ---MC.Run CMD="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" ARG="${focusfilepath}"
--- End code ---
ALSO TRIED::

--- Code: ---MC.Run CMD="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" ARG="${sourcefilepath}"
--- End code ---

Could I have this script rectified\ fixed please ?

Nvm, I got it to work via External !!::

--- Code: ---"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" "${focusfilepath}"
--- End code ---

Navigation

[0] Message Index

Go to full version