[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

3400.0. "Allow a single application only" by FRSCS::ERLEMANN (Bedman strikes back) Thu Sep 27 1990 05:40

    Hi,
    
    another question about the 'captive' question. I know, there are
    several topics about that (especially #564 seems to be valuable).
    But these tips/hints don't work as I and perhaps the others suppose. 
    
    So I think that it *must* be possible to login in the DECw login mask
    and with having specified in a certain login procedure (DECW$LOGIN) the
    execution of an image/appl the only thing that should happen is the
    application. No SessMgr, no DECterm, no FileView should come up. And
    after exiting the application, the login mask should reappear. These
    are my wishes.
    
    With trying the DECW$LOGIN.COM in #564.6 the clock came up and after
    quitting it, nothing more happened. The root window remained in empty
    state. Yes, I have all privs - authorized and default.
    
    See this example below:
    
    $ set noon
    $ run sys$system:decw$clock
    $loop:
    $ p = f$pid(i)
    $ if p .eqs. "" then logout
    $ image = f$parse("''f$getjpi(p,"imagname")'",,,"name",)
    $ if image .nes. "DECW$WINMGR" then goto loop
    $ stop/id='p'
    $ run sys$system:decw$startlogin                !needs priv's
    $ logout
    $ exit 1
    
                                                           
    
    So, is there any possibility to manage this?
    
    
    Regards
    		Armin
T.RTitleUserPersonal
Name
DateLines
3400.1DECWIN::FISHER"I like my species the way it is" "A narrow view..."Mon Oct 01 1990 14:054
I think you need to find out which logout path is being taken.  I'll bet you
are failing the image match somehow (just a guess)...

Burns