This one could turn out as the dumbest question ever, as I am probably missing out the obvious. Anyway, here it is: Can you evaluate expressions in a batch script. For example, I want to add two numbers and print the result:
echo 4+2
This will just print "4+2", not "6". Maybe I am taking batch scripting on windows a little bit too far...
Thanks!