- Jun
- 1,092
- 48
I can run the following command from a TCC tab:
A standalone session starts, which I can then attach to TCMD (albeit with the initial command-line input problem I reported earlier). So then I try the following command to accomplish both tasks at once:
When I do that, the system hangs for a while and eventually displays a new prompt. No new tab opens, and no new window opens. However, the TASKLIST command shows that there is a new TCC task running; it just isn't visible anywhere. If I open the tab attachment window, I see the task, and I can attach it.
Is this some kind of timing issue? Is it related perhaps to the problem with the initial command-line entry upon attachment?
When I run the following command to open a ConPTY session in a new tab, it works. The new tab opens.
But one thing is different: the ansi sequences in my prompt (which underline some of the prompt to show that it is a ConPTY session) are not working. The variable %_conpty is 1. Oh, the other ConPTY things are also not working in that tab. The gutters on the left and right are like those for a conhost session. So it seems to be some kind of hybrid. The variable %_conpty says it is a ConPTY session, but everything else says it's not.
Code:
start /pgm C:\Windows\System32\conhost.exe C:\PROGRA~1\JPSoft\TCMD36\tcc.exe
A standalone session starts, which I can then attach to TCMD (albeit with the initial command-line input problem I reported earlier). So then I try the following command to accomplish both tasks at once:
Code:
start /tab /pgm C:\Windows\System32\conhost.exe %tcmdpgmdir\tcc.exe
When I do that, the system hangs for a while and eventually displays a new prompt. No new tab opens, and no new window opens. However, the TASKLIST command shows that there is a new TCC task running; it just isn't visible anywhere. If I open the tab attachment window, I see the task, and I can attach it.
Is this some kind of timing issue? Is it related perhaps to the problem with the initial command-line entry upon attachment?
When I run the following command to open a ConPTY session in a new tab, it works. The new tab opens.
Code:
start /tab /pgm C:\PROGRA~1\JPSoft\TCMD36\tcc.exe
But one thing is different: the ansi sequences in my prompt (which underline some of the prompt to show that it is a ConPTY session) are not working. The variable %_conpty is 1. Oh, the other ConPTY things are also not working in that tab. The gutters on the left and right are like those for a conhost session. So it seems to be some kind of hybrid. The variable %_conpty says it is a ConPTY session, but everything else says it's not.