Welcome!

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

SignUp Now!

Clone a TCC Tab

Aug
1,917
68
Code:
     _x64: 1
   _admin: 1
_elevated: 1

TCC  25.00.9 x64   Windows 10 [Version 10.0.18362.175]

When I right-click on a TCC tab in TCMD, and choose clone tab, nothing happens.
1566389001180.png


Ditto if I try to clone from the Tabs Menu;
1566389037409.png


Anyone else have this issue?

Joe
 
I just tried this in;
Code:
     _x64: 1
   _admin: 1
_elevated: 1

TCC  24.02.49 x64   Windows 10 [Version 10.0.18362.175]

...and Clone Tab works as it should, so it is specific to v25 on my system.

Joe
 
I closed down TCMD 25, re-launched it, and now the Clone Tab is working again.

Must be a quirk on my system.

Joe
 
"Clone tab" doesn't work at all here ... not v24 ... not v25
 
I'm seeing an intermittent issue. I have a tab that's been open for a while and I've run a couple of batch files in it, if I try and clone it nothing happens. However, if I open a new tab I can clone it without a problem. I'll do a bit more experimenting to see if I can get a repeatable fail case. This is with v25 b9 x64 on Windows 10.
 
My fault! It's OK here when I don't close the TCC.EXE class window.
 
I've managed to find a way to consistently reproduce the issue that Joe reported at the start of this thread. I can (at least on my system) make the cloning of TCC tabs fail in both v24 and v25.

1. Start TCMD, it contains one TCC tab.
2. Confirm that cloning the tab works, then close the cloned tab
3. Copy the jpsoft.com home page to a local folder:
Code:
copy https://jpsoft.com jpsoft.html

4. Type the downloaded file, piping it to TPIPE with a /simple=16 filter to strip the HTML
Code:
type jpsoft.html | tpipe /simple=16

5. Try and clone the tab again, it fails with the symptoms described by Joe above.

This is consistently repeatable on my system using both of these versions:

TCC 24.02.50 x64 Windows 10 [Version 10.0.18362.295]
TCC Build 50 Windows 10 Build 18362

TCC 25.00.11 x64 Windows 10 [Version 10.0.18362.295]
TCC Build 11 Windows 10 Build 18362
 

Similar threads

Back
Top