bat file calls CMD command to quickly display ip

code show as below:

@echo off
:main
cls
ipconfig
@pause

ipconfig  can be changed to other CMD commands

Guess you like

Origin blog.csdn.net/weixin_44893902/article/details/112715980