What's the best way to determine if TCC is the shell running a batch file? I'm using something like this:
if not (%@EVAL[1+1]%)==(2) CMD command
or
if (%@EVAL[1+1]%)==(2) TCC command
Is that my best bet? I was going to check %_VERSION, but it is not in LE...or
if (%@EVAL[1+1]%)==(2) TCC command