- Jun
- 789
- 7
I just updated to 31.01.14. %@execstr hangs, i.e., no output and the prompt does not appear:
I normally have
in my TCStart.btm. It causes Take Command to immediately close.
Code:
[C:\]ver /r
TCC 31.01.14 x64 Windows 10 [Version 10.0.19045.3693]
TCC Build 14 Windows 10 Build 19045
Registered to DAVID-DESKTOP
[C:\]echo %@execstr[2,ver /r]
I normally have
Code:
iff "%@execstr[alias e >&> nul]" == "" then
in my TCStart.btm. It causes Take Command to immediately close.