MAC_NIC v1.0.0.0 by P1, Pone@ecad.org

A MASM32 program to dump the Media Access Control (MAC) address
of any Network Interface Card in the current system.

If you get "444553540000", this is a dummy MAC for your Modem PPP connection.

Program loops on a message box of MAC addresses in ASCII HEX display
until the adapter count is matched.  Program does not display OS 
adapter number, but can be easily changed to do so.

Tested on W95, W98, NT4, W2KP, W2KS.  
Note: On NT4, sometimes repeats for every NIC.

Intended as a MASM snippet for Network Administrator's to build some very 
useful MASM apps.  Please note:  The first adapter number is not always 0, 
but most of the time is, so do not just plug 0 in to save some work and 
expect it to work all the time.

The .rc file also demonstrates how to add version information to an exe file.
Displayed when you right click the file, and select Properties.

My Thanks to Iczelion for hosting the most complete MASM website available.
My Thanks to Hutch for keeping MASM32 current and useful.

Enjoy your work,
P1, Pone@ecad.org
