Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Identify the Login ID by command
Message
De
04/07/2003 01:21:26
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
 
 
À
03/07/2003 22:55:32
Information générale
Forum:
Windows
Catégorie:
Autre
Divers
Thread ID:
00806838
Message ID:
00806850
Vues:
21
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform