goto

  1. M

    Goto fails when a text endtext block precedes the code

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