- May
- 13,834
- 211
The first command below starts TCMD17 with TCC13 echoing "foo" in the only tab. That seems right (args after "/t program" are passed to program). I figure that's why the help says /T has to be last on TCMD's command line. That's all good.
But, with the second command below, TCMD17 itself uses the specified INI file (and the TCC13 in its only tab doesn't get the INI spec and winds up using its default INI file).
But, with the second command below, TCMD17 itself uses the specified INI file (and the TCC13 in its only tab doesn't get the INI spec and winds up using its default INI file).
Code:
v:\> g:\tc17\tcmd /t g:\tc13\tcc.exe echo foo
v:\> g:\tc17\tcmd /t g:\tc13\tcc.exe @g:\tc11\TCMD.INI