C:\ myCmd
Command line (Dos prompt) software      Command line (Dos prompt) Software Resources      Contacts
Arithmetic - math commands from the command line / dos prompt

Arithmetic - math commands from the command line / dos prompt

For those who didn't know, there is a way to do some math in command line (dos prompt). For example:

C:\>set /a 2+2

4

C:\>set /a 2*(9/2)

8

C:\>set /a (2*9)/2

9

C:\>set /a "31>>2"

7

(from The Old New Thing)
 
 
 
© 2005 - 2009 myCmd.com :: Brought to you by levelity.com :: Command line - Dos prompt tools / utilities.