DO CALCULATION IN COMMAND PROMPT
Posted by SantY in Windows XP on Monday, June 29, 2009
DO CALCULATION IN COMMAND PROMPT!!!
just go to RUN>> write "CMD">> click ok
now write "cd\"
hit enter!
NOW, It will be like the following
C:\>set /a 2+2
4
******************
C:\>set /a 2*(9/2)
8
******************
C:\>set /a (2*9)/2
9
******************
This entry was posted on Monday, June 29, 2009 at 4:11 PM and is filed under Windows XP. You can follow any responses to this entry through the RSS 2.0. You can leave a response.
- No comments yet.