Tu conosci già systeminfo
, come da domanda. E come Mat ha notato in un commento, il comando mem
non ti dice quello che vuoi sapere.
Il TCC/LE della JP Software ha il comando integrato MEMORY
, che funziona così:
[C:\]memory 30 % Memory load 3,471,441,920 bytes total physical RAM 2,428,456,960 bytes available physical RAM 5,440,962,560 bytes total page file 4,505,726,976 bytes available page file 2,147,352,576 bytes total virtual RAM 2,053,435,392 bytes available virtual RAM 262,144 characters total alias 262,143 characters free 20,480 characters total history [C:\]
Ha anche la funzione variabile @WINMEMORY[]
, che può essere usata in vari modi:
[C:\]echo There are %@COMMA[%@WINMEMORY[2]] available bytes physical RAM. There are 2,456,285,184 available bytes physical RAM. [C:\]
In bundle con Windows c'è il comando msinfo32
, il cui output può essere limitato più strettamente di quello di systeminfo
:
msinfo32 /categories +systemsummary
Ci sono un sacco di altre utility, da varie persone, che possono riportare le stesse informazioni.