Re: Open VMS and PV-WAVE question: [message #8487] |
Tue, 11 March 1997 00:00 |
leinberger
Messages: 1 Registered: March 1997
|
Junior Member |
|
|
In article <5fqh8t$snp$1@ra.nrl.navy.mil>, p@hetic.com (questionsrus) writes:
> Howdy!
>
> When a user logs on, we would like our DEC 3000 to automatically run a WAVE
> program, as well as automatically log the user off when they exit the WAVE
> program.
>
> We are using OPEN VMS 6.2 and PV-WAVE 6.01.
>
> Please reply via e-mail: dandenault@tip.nrl.navy.mil
>
> Cheers-
> Pat
>
What you probably want to do is to set up a captive account.
Have a look at the System Manager's Manual form the VMS DocSet.
It's all there.
Cheers
Uwe
|
|
|
Re: Open VMS and PV-WAVE question: [message #8496 is a reply to message #8487] |
Mon, 10 March 1997 00:00  |
Ferry Bolhar-Nordenka
Messages: 1 Registered: March 1997
|
Junior Member |
|
|
questionsrus wrote:
>
> Howdy!
>
> When a user logs on, we would like our DEC 3000 to automatically run a WAVE
> program, as well as automatically log the user off when they exit the WAVE
> program.
>
> We are using OPEN VMS 6.2 and PV-WAVE 6.01.
>
> Please reply via e-mail: dandenault@tip.nrl.navy.mil
>
> Cheers-
> Pat
o) Set the RESTRICTED and DISCTLY flags in the user's account:
o) Use this procedure as the user's login command (LGICMD):
$ SET NOCONTROL=(T,Y)
$ SET NOON
$ DEFINE/USER SYS$INPUT SYS$COMMAND
$ RUN WAVE ! or whatever you want
$ LOGOUT
The DEFINE/USER command is required only if the WAVE program requires
interactive input.
Greetings, Ferry
--
Ing. Ferry Bolh�r-Nordenkampf
Magistrat der Stadt Wien (MA-14) A - 1010 Vienna (Austria)
Phone: 0222/4000/98632 E-Mail: bol@adv.magwien.gv.at
"Wenn hier einer schuld ist, dann immer nur der Computer."
|
|
|