Hallo,
in a batch file I wanted to show some messages and found a strange behaviour in the output of an echo command. This echo command
What does the colon do in the echo?
BTW, entering a blank before : does also cure the effect.
This happens with TCC 15.00.33
- Heinz Saathoff
in a batch file I wanted to show some messages and found a strange behaviour in the output of an echo command. This echo command
echo At %_TIME: T=%_TRANSIENT
displayedAt 14:55:39_TRANSIENT
Without the colon after %_TIME I got the expectedAt 14:57:38 T=0
What does the colon do in the echo?
BTW, entering a blank before : does also cure the effect.
This happens with TCC 15.00.33
- Heinz Saathoff