is there somebody who can tell me/write example how to get some basic information about computer via cmd to the txt file?
I need especially CPU info, memory and from ipconfig IP addresses of all my network cards.
I supposed that it will be very easy via findstr but I was totally wrong

if I'll do:
systeminfo | findstr "Processor"
the result will be
Processor(s): 1 Processor(s) Installed.
and this is not sufficient result

maybe I should use msinfo32 instead of systeminfo but i guess it is more complicated
many thanks for any advice and merry christmas
