HACKS Using Command Prompt as Calculator February 01, 2018 Get link Facebook X Pinterest Email Other Apps HACKS Using Command Prompt as CalculatorThe command processor CMD.EXE comes with a mini-calculator that can perform simple arithmetic on 32-bit signed integers:e.g. C:>set /a 2+24C:>set /a 2*(9/2)8C:>set /a (2*9)/29C:>set /a "31>>2"7link download