I have a .bat file, written by a 3rd party. It's meant for plain cmd and it uses lots of plus signs "+". Seems that in TCC "+" is a special char, that needs to be escaped ("^" or "&"). Is there a line I can add at start of this bat file to make tcc interpret all plus signs "+" as just regular plus signs (i.e. make it behave like plain cmd)?