Hello,
i am developing a CMD batch kind of thing.
Now, i want to do some math in it. This formula:
(x+1)100:y
or for guys who are not so good in math:
x+1, answer times 100, answer devided by y.
So in batch, x = %x%, and y = %y%.
So, i know how to set the variables. Now, how can batch calculate this? (WINDOWS CMD)
Do i need something extra?
(I need this to be available to users of Windows XP to 7.)
Thanks.