02-20-2009 09:06 AM
I would like to read the LAN MAC address from my WIFI card on my PC.
Apparently this can be done using Windows API's
Anyone tried something like this yet?
Thanks
Solved! Go to Solution.
02-20-2009 09:12 AM
Hi morngoose,
you can use the "system exec" function with "cmd /c "ipconfig /all"" connected. Parse the string and you'll get your MAC adress.
Mike