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)::
MC.Run CMD="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" ARG="${focusfilepath}"
ALSO TRIED::
MC.Run CMD="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" ARG="${sourcefilepath}"
Could I have this script rectified\ fixed please ?
Nvm, I got it to work via External !!::
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" "${focusfilepath}"