@WININFO[n]: Returns information about the current system. n is a number specifying what information to return:
n |
Information returned |
1 |
Processor architecture 0 INTEL 6 IA64 9 x64 (AMD or Intel) |
2 |
Processor bit mask (set of configured processors) |
3 |
Number of processors |
4 |
Type of processor 586 Pentium: 2200 Intel IA64 8664 AMD or Intel x64 |
5 |
Processor level |
6 |
Processor revision |
7 |
page size, bytes |
8 |
virtual memory allocation granularity, bytes |
Examples:
echo @WININFO[1]
9
echo @WININFO[2]
255
echo @WININFO[3]
8
echo @WININFO[4]
8664
echo @WININFO[5]
6
echo @WININFO[6]
24067
echo @WININFO[7]
4096
echo @WININFO[8]
65536