Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1689

endlocal incompatibiliy with cmd.exe

$
0
0
Hi,

consider this batch file:

@rem endlocal test
@setlocal
@set _XBLA_=Hello
@for %%A in (%_XBLA_%) do @endlocal & @echo %%~A

In cmd.exe it displays "Hello", in tcc it displays "ECHO is off".

TCC 29.00.17 x64 Windows 10 [Version 10.0.19045.3208]

This seems to prevent the python "conda" environment to work with tcc.

regards,
chris

Viewing all articles
Browse latest Browse all 1689

Trending Articles