Is there a way of getting the hardware (eg ethernet card_ MAC address and IP address from within a Fortran program without calling ipconfig ?
I can do it via call system('ipconfig /all >ip.txt') but this flashes up a DOS box because of the call to ipconfig.
I would like to use a Win API call to get this in a completely 'silent' way