@echo off
systeminfo | findstr /c:"Host Name"
systeminfo | findstr /c:"Domain"
systeminfo | findstr /c:"OS Name"
systeminfo | findstr /c:"System Manufacturer"
systeminfo | findstr /c:"System Model"
systeminfo | findstr /c:"System type"
systeminfo | findstr /c:"Total Physical Memory"
ipconfig | findstr IPv4
echo Hard Drive Space:
wmic diskdrive get size > C:\Scripts\Testtt.txt
Currently the only thing getting saved to the testtt.txt file is the diskspace.