- Sep
- 5
- 0
TCC 15.00.26 x64 Windows 7 [Version 6.1.7601]
Rex, I've been using TCC/4NT for years. Love it. I found the following .bat file causes TCC to crash:
Rex, I've been using TCC/4NT for years. Love it. I found the following .bat file causes TCC to crash:
Code:
call :list %include%
goto :eof
:list
@FOR /F "tokens=1* delims=;" %%a IN ("%*") DO @if not {%%a}=={} @echo %%a&@call %0 %%b&goto :eof
goto :eof