Hi
I am looking at getting rid of Winsick (aka Winsuite) once and for all. I'd like to display the User details on the screen using Active Desktop. Does anyone have an ASP script I can modify that will do this?
Kind regards
James
Hi
I am looking at getting rid of Winsick (aka Winsuite) once and for all. I'd like to display the User details on the screen using Active Desktop. Does anyone have an ASP script I can modify that will do this?
Kind regards
James

Would bginfo work for that?
Ben
Hi Ben
I'd have no idea how to write this, I am not an ASP specialistI am OK altering the code and displaying it using Dreamweaver, but I don't know how to call up these details! If LDAP commands are used and bits and pieces need to be changed to suite our network that will be no problem either.
cheers
J.

BgInfo
You set up the config file how you want it and then just call the program from a shortcut, batch file or whatever.
Username is one of the options you can have displayed.
Ben
Hi Ben
bginfo looks good but I also want to provide a logon box for our VLE on the desktop and also have a message box for notices as well. I can add this in, but bginfo wont display these additional bits and pieces.
J.
Code:<% on error resume next Dim objNet Set objNet = CreateObject("WScript.NetWork") session("user") = objNet.UserName %>
Hi
I'm guessing that your talking about classic ASP here. If so, then try:
.Code:<%= Request.ServerVariables("LOGON_USER") %>
Hope this helps
Maria
There are currently 1 users browsing this thread. (0 members and 1 guests)