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
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