Is it possible to run a user defined command only on selected files, and on no other files in a folder?
I have an external command:
C:\Windows\System32\cmd.exe /c wsl /mnt/c/Users/kl/Documents/Scripts/gmicmontagebash.sh
This command calls the Windows shell, and then the Windows Ubuntu subsystem and then the bash script. I'd like to be able to run this script only on selected files and not on all files in the folder.