windows - Find Number of CPUs and Cores per CPU using Command Prompt -


i trying retrieve number of cpus , cores per cpu using command prompt. have executed following command:

wmic cpu numberofcores, numberoflogicalprocessors/format:list

i error: wmic' not recognized internal or external command, operable program or batch file

i executing on windows server 2008 r2 machine. believe 'wmic' command compatible on windows.

the directory running command promt 'c:\windows>

any advice please?

based upon comments - path statement has been changed/is incorrect or path variable being incorrectly used purpose.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -