- May
- 13,126
- 180
This command (below) is a simplification of the actual problem I encountered but it makes the point. The command works, but if I interrupt it (Ctrl-C) TCC terminates (i.e., disappears). There's nothing special about v:\zscore.btm; use any plain-text file. This happens in versions 26 and 29-31 and does not happen in versions 24, 25, 27, and 28 (tested several times each). I have several crash-dump files.
Code:
do i=1 to 1000 ( if "%@execstr[ffind /k /m /e"foo" v:\zscore.btm]" != "" echo YES )