- Aug
- 2,028
- 82
Code:
_x64: 1
_admin: 1
_elevated: 1
TCC 26.00.29 x64 Windows 10 [Version 10.0.18362.719]
Code:
echo %@pshell[100+1]
Code:
echo %@len[%@pshell[100+1]]
Code:
echo %@eval[%@pshell[100+1]]
Code:
TCC: Syntax error "101
"
If I store the result in an environment variable;
Code:
set result=%@pshell[100+1]
Code:
echo %@eval[%result]
Why can I not use the @pshell function directly from @eval?
Joe