Hi,
I normally run TCC from ConEmu/FAR Manager[1]. FAR has a command prompt. FAR passes the commands to ComSpec via '%ComSpec% /c "command"'.
So when I execute "alias where" in FAR, FAR runs TCC and I see the result in FAR's terminal. This also works when I run FAR in conjunction with Console Emulator.
Console Emulator has a FAR plugin which enables tighter integration between FAR and Console Emulator[2]. When I load the plugin, commands like "alias where" start failing in FAR:
> alias where
TCC: Unknown command "alias where"
I reported this as a bug to the developer of Console Emulator. He replied that this is not a bug in the Console Emulator plugin ("Where is a bug?") but in TCC(!) because when I run ("from Windows")
[Win+R] tcc.exe /C "alias where" & cmd
it also fails with "TCC: Unknown command "alias where"".
I replied "Whatever the plugin does, it makes the commands fail that work without the plugin. This is obviously a bug."
Can anyone offer some insight into this issue?
Thorsten
[1] http://jpsoft.com/blogs/2012/04/windows-console-replacements-part-6-take-command-and-conemu/
[2] https://code.google.com/p/conemu-maximus5/wiki/ConEmuFarPlugin#ConEmu
I normally run TCC from ConEmu/FAR Manager[1]. FAR has a command prompt. FAR passes the commands to ComSpec via '%ComSpec% /c "command"'.
So when I execute "alias where" in FAR, FAR runs TCC and I see the result in FAR's terminal. This also works when I run FAR in conjunction with Console Emulator.
Console Emulator has a FAR plugin which enables tighter integration between FAR and Console Emulator[2]. When I load the plugin, commands like "alias where" start failing in FAR:
> alias where
TCC: Unknown command "alias where"
I reported this as a bug to the developer of Console Emulator. He replied that this is not a bug in the Console Emulator plugin ("Where is a bug?") but in TCC(!) because when I run ("from Windows")
[Win+R] tcc.exe /C "alias where" & cmd
it also fails with "TCC: Unknown command "alias where"".
I replied "Whatever the plugin does, it makes the commands fail that work without the plugin. This is obviously a bug."
Can anyone offer some insight into this issue?
Thorsten
[1] http://jpsoft.com/blogs/2012/04/windows-console-replacements-part-6-take-command-and-conemu/
[2] https://code.google.com/p/conemu-maximus5/wiki/ConEmuFarPlugin#ConEmu