get computer tricks and knowledge about new technology, FULL VERSION SOFTWARES etc

do calculation on command prompt

Posted by PARTH On - - 0 comments

open cmd »»
it comes with a mini calculator that can perform simple arithmetic on 32 bit signed integers-

c:\>set/a2+2
4
c:\>set/a2*(9/2)
8

note that we had to quote the shift it would otherwise be misinterpreted as a redirect stdout and append operatoR

for more information type set/? at cmd

Categories: