At the end of a CLC cmd line call, the status is returned in the console in a flow of XML text. The last line say:
<result success="yes" /> (or "no")
I would like to capture this text either in an environment variable or having the ERROLEVEL value set, in order to do some branching in the *.BAT.
Something like:
Vault.exe ... etc ...
IF ERRORLEVEL 1 GOTO FAILED
It is possible?
How to capture CLC Error status?
Moderator: SourceGear