I'm not sure if the title is clear enough, so I will try my best to explain it with an example. Let's say I created a context menu item to play .mp4 files with MPV player:
Code: Select all
Filter1=*.mp4
Filter1_MPV=mpv.exe "%1"
Now if I multi-select two files - "1.mp4" and "2.mp4" - from the file list, right click on the selection, and choose "MPV (Internal)", the following commands are executed:
and therefore two MPV windows will pop up simultaneously, one playing "1.mp4" and the other playing "2.mp4".
My question hence is:
is it possible to write a verb such that it would execute:
This way, only one MPV window will pop up, with the two files added to its playlist. This is not unique to MPV, but many other media players and applications too.
Thank you and excuse me if I'm daydreaming

It may as well be a limitation of Windows File Explorer.