Skip to main content
added 60 characters in body
Source Link
Wesley Bland
  • 9.2k
  • 3
  • 50
  • 61

@echo off

output.txt ( echo Checking your system infor, Please wating...

systeminfo | findstr /c:"Host Name" systeminfo | findstr /c:"Domain"

ipconfig /all | find "Physical Address"

ipconfig | find "IPv4" ipconfig | find "Default Gateway"

)

@pause

@echo off
>output.txt (
echo Checking your system infor, Please wating...

systeminfo | findstr /c:"Host Name" 
systeminfo | findstr /c:"Domain"

ipconfig /all | find "Physical Address" 

ipconfig | find "IPv4" 
ipconfig | find "Default Gateway"

)

@pause

@echo off

output.txt ( echo Checking your system infor, Please wating...

systeminfo | findstr /c:"Host Name" systeminfo | findstr /c:"Domain"

ipconfig /all | find "Physical Address"

ipconfig | find "IPv4" ipconfig | find "Default Gateway"

)

@pause

@echo off
>output.txt (
echo Checking your system infor, Please wating...

systeminfo | findstr /c:"Host Name" 
systeminfo | findstr /c:"Domain"

ipconfig /all | find "Physical Address" 

ipconfig | find "IPv4" 
ipconfig | find "Default Gateway"

)

@pause
Source Link
saif
  • 121
  • 1
  • 2

@echo off

output.txt ( echo Checking your system infor, Please wating...

systeminfo | findstr /c:"Host Name" systeminfo | findstr /c:"Domain"

ipconfig /all | find "Physical Address"

ipconfig | find "IPv4" ipconfig | find "Default Gateway"

)

@pause