in reply to WIN32: How to power-up a device?
Unless you're assigning something else at the network stack level (in which case there should be the new MAC address in that software's configuration somewhere), then you only need to get the MAC address for a given network interface on the local machine once.
I'd suggest something like c:\mymac.dat or c:\windows\system32\mymac.dat as a place to store the MAC address for when you're offline. That is, unless you're trusting a Perl program to do something sneaky like lock a user out if they install the software on another machine or change Ethernet cards. ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: WIN32: How to power-up a device?
by cmv (Chaplain) on Sep 26, 2007 at 18:48 UTC | |
by mr_mischief (Monsignor) on Sep 26, 2007 at 19:20 UTC | |
by cmv (Chaplain) on Sep 26, 2007 at 20:50 UTC |