Why doesn't this work?
v:\> 1>file (for /L %i in (0,1,2) do echo %i)
Usage : FOR [/A:[[-][+] ...
It works in CMD.EXE and with other TCC commands.
v:\> 1>file (for /L %i in (0,1,2) do echo %i)
Usage : FOR [/A:[[-][+] ...
It works in CMD.EXE and with other TCC commands.