TCC 26.02.42 x64 Windows 10 [Version 10.0.19041.630]
I'm trying to see if I can upgrade my ancient 4NT to TCC. In 4NT, I had the following alias:
(DATRLB is just a directory prefix). In TCC, this produces a tiny window with absurdly small text:
However, if I cut and paste the first line in the alias into my console, it produces an @SELECT window of normal size. Likewise, if I make that cut and paste into an alias, it still seems to work fine, making it hard to create a more minimal example. I can't see any relevant changes in any of the command I'm using. I'm stuck. Any ideas where to look for the problem?
Making a selection in the tiny window also produces the text "The process ID is nnnn" (where nnnn is a presumably real process ID). So maybe I've gotten something really messed up when trying to just drop TCC in as a 4NT replacement.
I'm trying to see if I can upgrade my ancient 4NT to TCC. In 4NT, I had the following alias:
@alias gd `set gd_sel=%@select[%[DATRLB]\4nt\gd.txt, 1, 1, 20, 80, 'gd: Goto Directory'] &^
iff "%[gd_sel]" != "" then &^
iff isdir %@word[1,%[gd_sel]] then &^
cdd %@word[1,%[gd_sel]] &^
else &^
echo "That directory doesn't exist! (%[gd_sel])" &^
endiff &^
else &^
echo "OK, no selection. (%[gd_sel])" &^
endiff &^
`
(DATRLB is just a directory prefix). In TCC, this produces a tiny window with absurdly small text:
However, if I cut and paste the first line in the alias into my console, it produces an @SELECT window of normal size. Likewise, if I make that cut and paste into an alias, it still seems to work fine, making it hard to create a more minimal example. I can't see any relevant changes in any of the command I'm using. I'm stuck. Any ideas where to look for the problem?
Making a selection in the tiny window also produces the text "The process ID is nnnn" (where nnnn is a presumably real process ID). So maybe I've gotten something really messed up when trying to just drop TCC in as a 4NT replacement.