The following batch file fails with
TCC 26.00.31 x64 Windows 10 [Version 10.0.19041.508]
Why?
Output is:
The translation is: "Label not found"
Reason is the text / endtext block.
TCC 26.00.31 x64 Windows 10 [Version 10.0.19041.508]
Why?
Code:
text
bla bla
endtext
:xyz
DELAY 1
goto :xyz
Output is:
Code:
D:\Dev\Root>test
text
bla bla
DELAY 1
goto :xyz
TCC: D:\Dev\Root\test.bat [7] Sprungmarke (Label) nicht gefunden "xyz"
The translation is: "Label not found"
Reason is the text / endtext block.