Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get Network Adapter Address (MAC?)
Message
From
26/09/2001 15:15:48
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00477977
Message ID:
00561191
Views:
35
Mark,

couldn't you run the OS ipconfig command into a file and parse that in VFP? Something like:
RUN ipconfig /all > c:\temp\ipcfg.txt
lcIPCfg = FILETOSTR("c:\temp\ipcfg.txt")
* parse lcIPCfg for MAC addresses
HTH Robert
I've acquired quite a taste for a well-made mistake... [Fiona Apple]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform