Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: parcher on March 01, 2018, 17:09:12

Title: Run User Defined Command on Selected Files
Post by: parcher on March 01, 2018, 17:09:12
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:

Code: [Select]
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.
Title: Re: Run User Defined Command on Selected Files
Post by: Mathias (Author) on March 02, 2018, 06:22:54
I depends on command type..  In MultiScript type you have full control of that since you have to get all the selected files by your self
CustomCommand type should also run once unless you specify it to not do it