Running Complex filters from command-line

Running Complex filters from command-line

Postby feelinLucky » Mon Mar 09, 2020 2:36 am

Hi Stan,

Is there any way to run complex filters from a windows command line(batch)? Or is there a way to run complex filters where if they are loaded from a file to a main complex filter that the loaded filters run one at a time instead of concurrently.

Example:

Main Complex filter:Current way
sub1 complex filter(processing)
sub2 complex filter(processing)
sub3 complex filter(processing)

Main Complex filter:Desired way
sub1 complex filter(processing)
sub2 complex filter(Waiting for sub 1 process to complete)
sub3 complex filter(Waiting for sub 2 process to complete)


As it stands, I have to enable and disable each complex filter manually, which is quite a chore.

Any suggestions would be greatly appreciated.

Thanks
feelinLucky
 
Posts: 86
Joined: Sat Feb 14, 2015 12:37 am

Return to Comments, suggestions, feature requests

Who is online

Users browsing this forum: No registered users and 3 guests

cron