- Jun
- 38
- 1
I see that build 61 included this change:
(61) Fixed a (Windows) bug with repeated ^Breaks sometimes terminating TCMD.EXE
Paradoxically, since that build ^C sometimes terminates Take Command (I'm using build 64 right now and the issue still happens).
It does not happen all the time, but quite often. For example, I have a .btm file:
@echo off
do forever
pssuspend %1
delay 60
pssuspend -r %1
delay 90
enddo
(where pssuspend is a PS Tool from Sysinternals). When that script is running, pressing ^C during one of the delays terminates Take Command most of the time (but not always). I've also had the problem ^C'ing out of list /s, etc.
(61) Fixed a (Windows) bug with repeated ^Breaks sometimes terminating TCMD.EXE
Paradoxically, since that build ^C sometimes terminates Take Command (I'm using build 64 right now and the issue still happens).
It does not happen all the time, but quite often. For example, I have a .btm file:
@echo off
do forever
pssuspend %1
delay 60
pssuspend -r %1
delay 90
enddo
(where pssuspend is a PS Tool from Sysinternals). When that script is running, pressing ^C during one of the delays terminates Take Command most of the time (but not always). I've also had the problem ^C'ing out of list /s, etc.