Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to get complete host information by bat

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly shows you "how to get complete host information from bat". It is easy to understand and well organized. I hope it can help you solve your doubts. Let me lead you to study and learn this article "how to get complete host information from bat".

Save the following as a bat script file and combine it with a vbs script that detects the software version and installation information to get complete and detailed system information.

@ echo off

Date / T > > d:\ beifen\% computername%_info.txt

Time / T > > d:\ beifen\% computername%_info.txt

Systeminfo > > d:\ beifen\% computername%_info.txt system Information

Ipconfig / all > > d:\ beifen\% computername%_info.txt network configuration information

Net start > > d:\ beifen\% computername%_info.txt enabled service information

Tasklist > > d:\ beifen\% computername%_info.txt current process information

Echo # > > d:\ beifen\% computername%_info.txt

Cscript "d:\ beifen\ SoftwareMeteringCLS.vbs" > d:\ beifen\% computername%_info.txt

Echo # > > d:\ beifen\% computername%_info.txt software information

@ echo on

Note that the bat script file and the vbs script file are placed in the beifen folder of the d disk, and the generated system information files are also in this folder and saved with the computer name plus _ info.

The above is all the contents of the article "how to get complete host information from bat". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report