1
我需要幫助。我有這個命令來執行。如何知道服務器的域名ping通
wmic nicconfig get dnsdomain, ipaddress |findstr /i ipleiria.pt
我需要將此命令從bat文件轉換到另一個多播節目旁邊工作。我需要知道ipleiria.pt域名服務器ping
我需要幫助。我有這個命令來執行。如何知道服務器的域名ping通
wmic nicconfig get dnsdomain, ipaddress |findstr /i ipleiria.pt
我需要將此命令從bat文件轉換到另一個多播節目旁邊工作。我需要知道ipleiria.pt域名服務器ping
wmic nicconfig where "dnsdomain='ipleiria.pt'" get dnsdomain, ipaddress
wmic /append:"textfile.txt" path win32_pingstatus where "address='127.0.0.1' and responsetime > 100" get responsetime,timestamprecord