Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Interrupting do ... (if %@execstr[ ...

May
12,957
172
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 )
 

Similar threads

Back
Top