I can think of a couple possibilities, since you can get the username then you can do a shell("net user username") and it will return a bunch of stuff that youc an parse for Full Name.
I haven't checked it, but on the chance there IS a fullname system var you can do shell("set") and it will return a list of all system variables available through the livecode shell. I don't have a fullname defined on my system, so don't have a fullname variable, but since I don't believe you can define an empty system variable that could be why. Not sure if it would show up as FULLNAME or FULL_NAME or what. On Mon, Apr 11, 2011 at 3:03 AM, William de Smet <williamdes...@gmail.com>wrote: > Hi there, > > I use $username to get the user login name on a Windows server. This > however is mostly not someone's full name. Is there a variable that I can > use to get the full name? This is also the shown above the Start menu. > > Thanks. > > Greetings, > > William > > ----- > Verstuurd vanaf mijn iPhone! > _______________________________________________ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode