『楼 主』:
DOS下用指令找 Ethernet ID
使用 LLM 解释/回答一下
請教各位,假如電腦裏面有藍牙,無線網卡,有線網卡.有沒有指令可以直接將有線網卡的ID抓出來.
例如, ipconfig /all 得到的資訊如下,我想把 00-1F-C6-45-2F-20 給抓出來.當然這個程式應該不僅僅針對這台電腦,對所有的電腦都應該能用.
我現在遇到的難題是機器有幾個ID且有關ID的那一行的關鍵字及格式都一樣,很難用find 指令達到目的.
Ethernet adapter 無線網路連線 3:
Media State . . . . . . . . . . . : Media disconnected
Description . . . . . . . . . . . : Intel(R) Wireless WiFi Link 4965AGN #2
Physical Address. . . . . . . . . : 00-1D-E0-56-22-53
Ethernet adapter 區域連線 7:
Description . . . . . . . . . . . : Atheros L1 Gigabit Ethernet 10/100/1000Base-T Controller
Physical Address. . . . . . . . . : 00-1F-C6-45-2F-20
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 10.128.83.11
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 10.128.83.1
DHCP Server . . . . . . . . . . . : 172.28.128.8
DNS Servers . . . . . . . . . . . : 172.28.128.129
172.28.128.128
Primary WINS Server . . . . . . . : 172.28.128.129
Secondary WINS Server . . . . . . : 172.28.128.128
Lease Obtained. . . . . . . . . . : 2008年12月18日 上午 07:50:39
Lease Expires . . . . . . . . . . : 2008年12月21日 上午 07:50:39
Ethernet adapter 區域連線 8:
Media State . . . . . . . . . . . : Media disconnected
Description . . . . . . . . . . . : Bluetooth Personal Area Network
Physical Address. . . . . . . . . : 00-0E-A6-F3-56-9D
Dear all, if there are Bluetooth, wireless network cards, and wired network cards in the computer. Is there a command that can directly capture the ID of the wired network card?
For example, the information obtained by ipconfig /all is as follows, and I want to capture 00-1F-C6-45-2F-20. Of course, this program should not only be for this computer, but should be usable for all computers.
Now the problem I encounter is that there are several IDs on the machine and the keyword and format of the line related to the ID are the same, so it is difficult to achieve the purpose with the find command.
Ethernet adapter 无线网络连接 3:
Media State . . . . . . . . . . . : Media disconnected
Description . . . . . . . . . . . : Intel(R) Wireless WiFi Link 4965AGN #2
Physical Address. . . . . . . . . : 00-1D-E0-56-22-53
Ethernet adapter 区域连接 7:
Description . . . . . . . . . . . : Atheros L1 Gigabit Ethernet 10/100/1000Base-T Controller
Physical Address. . . . . . . . . : 00-1F-C6-45-2F-20
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 10.128.83.11
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 10.128.83.1
DHCP Server . . . . . . . . . . . : 172.28.128.8
DNS Servers . . . . . . . . . . . : 172.28.128.129
172.28.128.128
Primary WINS Server . . . . . . . : 172.28.128.129
Secondary WINS Server . . . . . . : 172.28.128.128
Lease Obtained. . . . . . . . . . : 2008年12月18日 上午 07:50:39
Lease Expires . . . . . . . . . . : 2008年12月21日 上午 07:50:39
Ethernet adapter 区域连接 8:
Media State . . . . . . . . . . . : Media disconnected
Description . . . . . . . . . . . : Bluetooth Personal Area Network
Physical Address. . . . . . . . . : 00-0E-A6-F3-56-9D
|