- May
- 13,191
- 180
TCMD 13 in installed in d:\tc13 (always has been). TCC.EXE, TCMD.INI, TCSTART.BTM, and TCEXIT.BTM all reside in d:\tc13. If I start TCC with a 2-click in Explorer (or otherwise) I see
And TCSTART (which contains a message and a pause) was not executed. And when I close TCC, TCEXIT (which contains a beep) is not executed.
I uploaded my INI file.
Code:
d:\tc13> echo %_ininame
D:\TC13\TCMD.INI
d:\tc13> option tcstartpath
tcstartpath=d:\tc13
d:\tc13> grep -i tcstartpath tcmd.ini
TCStartPath=d:\tc13
[both above confirmed by the OPTION dialog]
d:\tc13> echo %_tcstart
ECHO is OFF
d:\tc13> echo %_tcexit
ECHO is OFF
d:\tc13> dir /f /k /m tce*.btm;tcs*.btm
D:\TC13\tcexit.btm
D:\TC13\tcstart.btm
d:\tc13>
And TCSTART (which contains a message and a pause) was not executed. And when I close TCC, TCEXIT (which contains a beep) is not executed.
I uploaded my INI file.