Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Identify the Login ID by command
Message
From
04/07/2003 01:21:26
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
 
 
To
03/07/2003 22:55:32
General information
Forum:
Windows
Category:
Other
Miscellaneous
Thread ID:
00806838
Message ID:
00806850
Views:
20
This message has been marked as the solution to the initial question of the thread.
If you are using windows 2000/XP you can identify it by typing this command in the command prompt: Net name - this will display the computer name and the current login name.

You can also do it in Visual FoxPro/Visual Basic application using the following code.

object = createobject("WScript.Network")
object.UserName - This will get the current user name.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform