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
Post a Comment