Author Topic: Run User Defined Command on Selected Files  (Read 5414 times)

parcher

  • Junior Member
  • **
  • Posts: 13
    • View Profile
Run User Defined Command on Selected Files
« 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.

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: Run User Defined Command on Selected Files
« Reply #1 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