[REQUEST] If Command Variation

Started by dbareis, January 14, 2021, 12:39:18 AM

Previous topic - Next topic

dbareis

From what I understand the "if" command(s) works to select a file (and are not positional), I'd like a way to conditionally apply subsequent flags (so its now positional) until the next "if" condition (or "-endif") which also works the same way.  That is, apply some changes all the time, while still doing some conditionally.

Phil Harvey

What you describe would be very difficult to implement.  With the current implementation, this may be approximated using -execute, although technically you are performing more than one pass.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).