Is it possible to output my system information (e.g. processor, machine type, memory usage, etc.) with php?
I know this can be done on a linux or unix box, but can't figure it out on windows.
well the command for displaying memory in windows is mem
so:
$mem=mem; echo $mem
mem
Yea, I've got that one already. I was just hoping their was a windows command I could run through system or exec to pull processor or hardware information.
There probably is, if you have an old DOS book lying around... I just can't remember that far back =)