Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to find a computer's name?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00630121
Message ID:
00630134
Views:
19
>I need to find out a computer's name. I have looked at SYS functions but none seem to do the job.
>
>Are their any other alternatives? Possibly a Windows API.
>
>Thanks,
Steve,

The others have mentioned SYS(0), this is also available from the Windows Script Host
oNet = CREATEOBJECT("WScript.Network")
? oNet.Computername
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform