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

@EXECSTR ... TCSTART ... something's wrong!

$
0
0
Here's TCC27's TCSTART and a pretty simple BTM.

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.

Viewing all articles
Browse latest Browse all 1696

Trending Articles