Welcome!

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

SignUp Now!

TCC.exe ignores double quotes

Oct
22
0
I am seeing a strange thing when using TCC.exe: it completely ignores double quotes (") when I type them, which prevents me from specifying a filename with spaces on it.
I don't know when it started to happen.
This is only happening in TCC.exe, if I use TCMD.exe, the TCC tabs behave correctly.
The TCC.exe version installed is TCC 36.51.78 x64.
Am I doing something wrong?
 
Works okay here from TCC.exe inside Windows Terminal;

1785585612680.webp


...and from stand-alone TCC.exe;
1785585660974.webp


Joe
Code:
E:\Documents>tccinfo
   _admin: 1     _admin is an internal variables
_elevated: 1     _elevated is an internal variable
  _parent: C:\WINDOWS\Explorer.EXE
  _conpty: 0     _conpty is an internal variable
 _contype: Console

TCC  36.51.78 x64   Windows 10 [Version 10.0.19045.7548]
Active code page: 437
Font: Consolas  17 x 37
FaceName: Consolas, FontFamily: 54, FontWeight: 400, FontSize: 17x37
BuildNumber  Caption                   CSDVersion  OSArchitecture  Version
19045        Microsoft Windows 10 Pro              64-bit          10.0.19045

22H2
Manufacturer  Model
Dell Inc.     Precision T5610

* \\.\DISPLAY1, NVIDIA Quadro K4000
     Monitor: MONITOR\GSM56FF\{4d36e96e-e325-11ce-bfc1-08002be10318}\0002
     Refresh rate: 59 Hz
     Color depth: 32
     Screen resolution: 1920 x 1080
     Scaling: 100%  (DPI 96 x, 96 y)
  \\.\DISPLAY2, NVIDIA Quadro K4000
  \\.\DISPLAY3, NVIDIA Quadro K4000
  \\.\DISPLAY4, NVIDIA Quadro K4000

E:\Documents>
 
TCC running in a TCMD tab and TCC running in Windows Terminal or a stand-alone console should behave identically, unless you're using different configuration options in the different environments.

First, check that you are using the same TCMD.INI file. Do an "echo %_ininame" from the TCC prompt.

Second, check if you're using the same TCSTART file (or not using one for both).

Third, check to see if you're running plugins in one environment that are not in the other.
 
Back
Top