- Aug
- 2,081
- 85
Code:
_x64: 1
_admin: 1
_elevated: 1
TCC 26.02.42 x64 Windows 10 [Version 10.0.18363.900]
In the help for SET it says;
Code:
/B Set a batch variable (%1 - $n). Only valid when TCC is executing a batch file.
So, from a batch file, I did this;
Code:
*set /B1=ABC
echo %1
quit
Code:
TCC: (Sys) E:\Utils\regenv.btm [1] The parameter is incorrect.
"1"
ECHO is OFF
Joe