Jump to content

Recommended Posts

Posted

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

Posted

Hi Ben

 

I'd have no idea how to write this, I am not an ASP specialist :( I 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.

Posted

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

Posted

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.

Posted

Hi

 

I'm guessing that your talking about classic ASP here. If so, then try:

 

<%= Request.ServerVariables("LOGON_USER") %>

.

 

Hope this helps

 

 

Maria

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...