- May
- 13,117
- 180
Here's TCC27's TCSTART and a pretty simple BTM.
If I do this (below) repeatedly, TCC27 will crash, usually on the second try.
If I start TCC27 with no TCSTART (/is) I can execute
Code:
v:\> type d:\tc27\TCSTART.BTM
IF "%_PIPE %_TRANSIENT" != "0 0" QUIT
v:\> type test.btm
echo foo
If I do this (below) repeatedly, TCC27 will crash, usually on the second try.
Code:
v:\> echo %@execstr[test.btm]
foo
v:\> echo %@execstr[test.btm]
CRASH!
If I start TCC27 with no TCSTART (/is) I can execute
echo %@execstr[test.btm]
any number of times without a crash.