I want to start my TCC instances in Take Command with a custom INI file. It seems like the INI file that I specified to Take Command (via the @ argument) is not automatically passed to TCC.
I tried setting my COMSPEC to "C:\Program Files\JPSoft\TCMD16x64\TCC.EXE" @C:\Path\MyCustom.ini and that works fine. However, when I close Take Command and restart it the "@" part is missing from the COMSPEC in the Options dialog. When I start a new tab, the INI file is not being passed in.
Looking at INI file, I see the line in the [TakeCommand] section:
COMSPEC="C:\Program Files\JPSoft\TCMD16x64\TCC.EXE" @C:\Path\MyCustom.ini
Hence, it seems like it is being truncated during load.
Is there any way of making this work?
I tried setting my COMSPEC to "C:\Program Files\JPSoft\TCMD16x64\TCC.EXE" @C:\Path\MyCustom.ini and that works fine. However, when I close Take Command and restart it the "@" part is missing from the COMSPEC in the Options dialog. When I start a new tab, the INI file is not being passed in.
Looking at INI file, I see the line in the [TakeCommand] section:
COMSPEC="C:\Program Files\JPSoft\TCMD16x64\TCC.EXE" @C:\Path\MyCustom.ini
Hence, it seems like it is being truncated during load.
Is there any way of making this work?