Bat file to list all mac addresses on 1 machine

  • Follow


Does any one know how to create a bat file to list all the Mac
addresses of one machines, ie the network card and wireless card mac
address.

I have found a few bat files but they only get one address not all of
them.

Cheers  

Andy

0
Reply nawo69 (1) 5/12/2005 9:00:57 AM

Nevermind; I have found the answer :-

@Echo Off
Rem Write MAC Addresses to macs.log and find Physical Adresses

ipconfig /all > macs.log 
find "Physical" macs.log

0
Reply nawo69 5/12/2005 9:38:38 AM


1 Replies
611 Views

(page loaded in 0.042 seconds)

Similiar Articles:













7/21/2012 5:46:50 PM


Reply: