SET a=1
SET b=2
SET c=a+b
In BASIC, the value of C would be 3, but batch processing can't do that.
I've tried ASET, XSET, STRINGS and none worked (they only support direct numeric operations)
Is there any other small tool that can solve "arithmetic operations between variables"?
SET b=2
SET c=a+b
In BASIC, the value of C would be 3, but batch processing can't do that.
I've tried ASET, XSET, STRINGS and none worked (they only support direct numeric operations)
Is there any other small tool that can solve "arithmetic operations between variables"?
DOS之家 http://doshome.com 站长 葛明阳


