TCANSIEXCLUDE specifies the applications where you do not want to have Take Command inject the ANSIxx.dll.
The syntax is:
TCAnsiExclude=file1[;file2...]
file1, file2, ... : file specifications, may include wildcards
For example, to exclude *.lib, *.obj, and *.bak files:
TCAnsiExclude=*.lib;*.obj;*.bak