Opening console automatically?

Christopher J. Hawley chawley at sundiver.esd.sgi.com
Sat Sep 8 04:13:23 AEST 1990


    In article <5570 at minyos.xx.rmit.oz>, rxcob at minyos.xx.rmit.oz
(Owen Baker) writes:

|> Does anyone know if it is possible to open the console window
|> automatically when a user first logs in? Our users keep 
|> forgetting and hence dont see any error messages.

    The default behaviour for Personal Iris consoles is to start iconified;
this is controlled by the following line in  /usr/NeWS/lib/startup.ps :

		/consoleStartsIconic /true def

(This variable determines whether the option flag  -Z7  is appended to the
argument list for  wsh  when starting the console window.)
So, if you want the console window open on login, change the above line to

		/consoleStartsIconic /false def

    Users who have their own customized of  startup.ps  will need to change
their files as well if they want the same effects.

|> Any help appreciated, thanks.

    You're welcome!
---
    Christopher J. Hawley / esper               chawley at sundiver.esd.sgi.com
    Silicon Graphics, Inc.    1L-945            phone:  415 / 335-1621
    Mountain View, CA   94039-7311  USA                 408 / 243-1042
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    "Nicht nur wie schnell Sie fahren, sondern _wie_ Sie schnell fahren."



More information about the Comp.sys.sgi mailing list