|
Answer» the title says it allI don't get it...ADD what to where from where??? More details lollike how do u add 1 and 1 or 200 and 20oh lol, then you could use the set command like the following:
@echo off set /a a=1+1 echo %a% pause
I'm sure you can modify it so you can choose the NUMBERS to add. I've already got one but i'm going to let you figure out how to do it. If you want my code, message me thanks works perfectno prob, you can do quite a lot with the 'set /a' command.This works with the NEWER 'dos' command prompt, and if you have that, is the easiest.
If ever you are WORKING with MS-DOS, or even a command prompt on an older version of Windows, it will not work.
I thought you might like to know about another way. A free utility program. It does a LOT more than just simple math too. Very handy to have.
http://www.ferg.org/fdate
I hope that helps.
Yeah i got fdate, really cool.
|