question

jbastl@endoxy.com jbastl@endoxy.com
Fri, 21 Mar 2003 21:36:22 -0600


Or SET NOCONTROL=Y so the feature is disabled.  Probably less aggravating
for the user.

---Original Message-----
From: Ronald Walcott
To: powerh-l@lists.swau.edu
Cc: henrydd@candw.lc
Sent: 3/21/03 5:17 PM
Subject: Re: question

In the login.com script you should also add a ON CONTROL Y THEN LOGOUT.
If not when the login script runs and the user presses control Y it will
take them to the $ prompt.
 
Ronald Walcott
rwalcott@caribsurf.com <mailto:rwalcott@caribsurf.com> 
ronald.walcott@cw.com <mailto:ronald.walcott@cw.com> 
 

----- Original Message ----- 
From: Merol  <mailto:merol.newman@ramesys.com> Newman 
To: Desmond Dujon Henry <mailto:henrydd@candw.lc>  
Cc: powerh-l@lists.swau.edu <mailto:powerh-l@lists.swau.edu>  
Sent: Friday, March 21, 2003 1:22 PM
Subject: RE: question

Hello
 
You can do this in the user's login.com script. Presumably your mnu00 is
called from this, directly or perhaps through a symbol. You need
something like this:-
 
$quick auto=mnu00
$logout
 
Then, as soon as the user exits quick with PF4, they are logged out. 
 
If the same login script is used by some users who need $ access, you
can make the logout dependant on user name.
 
I've just seen Phil's answer, with 
"It also means that if the devious users find another way to get to DCL,
this will also be blocked."
My suggestion above wouldn't stop DCL access from the action box, but
you can do this in the Quick command:-
$quick auto=mnu00 nodcl
 
 
Hope this helps.
 
Merol
 

merol.newman@ramesys.com
Ramesys, Eldon Way, Crick, Northamptonshire, UK. NN6 7SL
phone 01788 822133/823831, fax 01788 823601
  

 
-----Original Message-----
From: powerh-l-admin@cube.swau.edu
[mailto:powerh-l-admin@cube.swau.edu]On Behalf Of Desmond Dujon Henry
Sent: 21 March 2003 16:07
To: powerh-l@lists.swau.edu
Subject: question


Hi
I am using POwerhouse 7.10.G3. on OpenVMS.
We have a POW main menu called Menu00 that our staff log on to and log
off from. When their session on the application is finished, they use
PF4 to jump out of menu00 , and get to the $  (operating system). They
subsequently logout with the lo command.
 
I would like them to be able to log off the machine without first going
to the $. Otherwise I would like to disable the functionality of the PF4
key on the menu00 screen ONLY.
Can you help?
Thanks DDH