Page 1 of 1

Tools window lines out of order

Posted: Sun Jun 28, 2009 3:43 pm
by chrisjj
If I execute as a Tool a batch file containing just:

Code: Select all

if 1 goto end
I get
goto was unexpected at this time.

S:\>if 1 goto end

Tool completed with exit code 255
i.e. the error line shows BEFORE the command that generated it.

Known bug? Any workaround? Thanks.