Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dos command to find who am i
Message
From
10/10/2003 13:07:17
 
 
To
10/10/2003 13:05:10
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00837512
Message ID:
00837515
Views:
31
>Is there any Dos command in windows OS to find who am i.
>
>means it should give my username.
>
>Saying this is the user logged onto this computer.
>
>Thank you very much.

Does it need to be DOS?

You can use SYS(0) in VFP and get that information.
specifically
Substr(Sys(0), At("#", Sys(0))+2)
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform