Notifications
Clear all

[Closed] how get network card mac?

???

4 Replies
 rdg

If I read the documentation right:
If there is a server or manager on your computer you can get the MAC-Address of the computer using [color=white]Interface: NetRender[/color]
There is a property .mac that gives you the MAC-Address.
(cant test, because no backburner installed :()

// Edit
installed backburner, one server connected to manager on same machine:

m = netrender.getmanager()
m.connect #manual "medikalesha"  <-- insert machine name here
s = m.getservers filter:#idle
srv = s[1]
sHandle = srv.netstatus.mac
format "MAC: %
" sHandle

// Edit

If there is no server or manager, you might try getting MAX using a activeX controll ?

Georg

thanks,

If can directly obtain this machine the mac and then liked

simple, go to Start-Run within windows and type cmd on the machine you are curious to find it’s MAC address.

that will open up a command prompt window and just type ipconfig /all

you will get a bunch if details about the network interface’s internal addresses, look for the Physical Address, which is your ethernet’s MAC address.

1 Reply
(@czweb)
Joined: 11 months ago

Posts: 0

thanks again
In reality I want to weave a registration system,
but haven’t thought good use what way of thinking with the method