- May
- 382
- 2
It appears that the parser doesn't like when it finds a variable between GLOBAL and its command (in batch files and command lines):
Code:
V:\...\TCC>ver
TCC 13.00.27 Windows XP [Version 5.1.2600]
V:\...\TCC>set x=/Q
V:\...\TCC>global %x echo %_cwd
GLOBAL: V:\bin\totalcmd\util\TCC
TCC: Unknown command "/Q"
V:\...\TCC>global /Q echo %_cwd
V:\bin\TCC