Suppose I'm working in a system that wants to execute something in a workflow step, but I want it to do nothing instead.
Unlike the slightly-related question Dummy command in windows cmd, I'm not in any sort of shell (that I'm aware of). I can only point to an executable and provide parameters.
Is there anything in a typical Windows installation that can be executed as a do-nothing placeholder and returns 0 as its exit code?
I could install a dummy script, but I'd rather avoid doing that to maintain some portability.