Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1739

Escape all plus signs in a 3rd party batch file

$
0
0
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)?

Viewing all articles
Browse latest Browse all 1739

Trending Articles