1825591 Members
2002 Online
109682 Solutions
New Discussion

HP VUE

 
ShivKumar_1
Frequent Advisor

HP VUE

Hi experts
I have a question with regard to the display of a POP-UP message box in the HP-VUE session of a workstation when a USER logs on.
My aim is to display the last sucessul login time of the user. I know in shell you can get it by giving the command

last -1 $loginname

I want the POP-UP box to display the same as soon as the user logs in sucessfully and have a "OK " button on it.

Thnks in advance
Shiv
2 REPLIES 2
Gregory Fruth
Esteemed Contributor

Re: HP VUE

Perhaps putting a call to xdialog in the .dtprofile will
do what you want.

xdialog -m "last person to log in: `last -1`" -T Notice
Gregory Fruth
Esteemed Contributor

Re: HP VUE

In HP VUE, the file is called .vueprofile.