- Jun
- 570
- 4
I have observed something that does not seem right to me with the variable %_inimane. With my original TCSTART file, the variable would have the following value:
When I add the command
the value of %_ininame changes to that file. Now I discovered that the same things happens as well when I run the option command from the command line.
This is not behavior that I would expect, and I don't think that it is documented. I also don't think it makes sense, since the INI file is actually still the same, and any changes I make using the OPTIONS tab in TCMD are written to TCMD.INI.
As a work-around, I have removed the "option @file" command and replaced it with a string of commands of the form "option //parameter=value", one for each line in the CFG file.
Code:
C:\ProgramData\JP Software\Take Command 27\TCMD.INI
When I add the command
Code:
option @c:\tcmd\Mail_Settings.cfg
the value of %_ininame changes to that file. Now I discovered that the same things happens as well when I run the option command from the command line.
This is not behavior that I would expect, and I don't think that it is documented. I also don't think it makes sense, since the INI file is actually still the same, and any changes I make using the OPTIONS tab in TCMD are written to TCMD.INI.
As a work-around, I have removed the "option @file" command and replaced it with a string of commands of the form "option //parameter=value", one for each line in the CFG file.