As of and prior to TCC 33.00.12, the following worked;
Now, with TCC 33.00.14, it returns;
This has affected my PROMPT that uses @REPEAT;
From tcmdupdate.aiu...
Read more
Code:
TCC 32.10.21 x64 Windows 10 [Version 10.0.19045.5011]
Copyright 2023 JP Software Inc. All Rights Reserved
C:\...\TCMD32>echo %@repeat[#,0]
ECHO is OFF
Now, with TCC 33.00.14, it returns;
Code:
C:\...\TCMD33>echo %@repeat[#,0]
TCC: (Sys) The parameter is incorrect.
"%@repeat[#,0]"
This has affected my PROMPT that uses @REPEAT;
Code:
prompt `$e[9999E$w$g%@repeat[#,0%localcount]%@repeat[@,0%_shell]`
From tcmdupdate.aiu...
Read more