Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
MAC address delphi
Name: lupo Date: November 25, 2002 at 05:22:03 Pacific OS: win2k CPU/Ram: -
Comment:
hi, i can read and check all MACaddresses, but it doesn't work if the card's cable is unplugged! i use the standard class NB30.pas. it must work, in dos you can get the MACaddress even if the card is unplugged (ipconfig /all) any suggestion to do that in delphi??
i really have to do this! hope you can help me, thanks
Name: lupo Date: November 26, 2002 at 06:13:54 Pacific
Reply:
if you're interested, i've used it to substitute the key on LPT usually used to protect a software. i generate a code from the MACAddress and some parameters, then i store it in the win registry, evrery time the programs start he check the code with all the MAC address found in the PC. i didn't found a way do do this via netBIOS, so the solution that i've applied is to send a command to the dos shell (ipconfig /all), and to redirect the output to a temp file, reading this file i can do what i want.
not really the best way, but it works
0
Response Number 2
Name: borelli34 Date: November 27, 2002 at 03:23:01 Pacific
Reply:
Guys, look into the following registry entry on your systems:
Summary: Does anyone have a script out there that reports a computer's IP address based on the MAC address of the card? We have a computer (outside the main office network) that has an external dynamic IP ad...
Summary: Can someone help me? This is the problem: I have a networkboot disk, when i use the disk for the first time on a computer, then the batchprogram must determine the macaddress, look if a file with the ...