How to pipeout the SCM CLI results (eg.listing locks in a stream)?
One answer
Looks like you are not using the regular command shell... probably powershell?
This may work: cmd /c lscm ls locks -r local -s 1109 -m 10 '> file.txt 2'>'&1
Looks like you are not using the regular command shell... probably powershell?