Sample User Login Script

The following sample login script is an example of a login script created for user Mary. The user login script executes after the container and profile login scripts have executed. In addition, a user login script prevents the default login script from executing for this specific user.

Therefore, you should consider whether any commands in the default login script are necessary for setting the user's environment. If so, determine whether those commands should be placed into one of the other login scripts (container, profile, or user).

MAP DISPLAY OFF
MAP ERRORS OFF
MAP *7:=VOL1:MARY\PROJECTS\RESEARCH
MAP *8:=VOL1:FORMS
REM Mary needs access to FORMS while she's on the
REM troubleshooting team.
SET WP="/u-mjr/b-5"
SET USER="mrichard"
#SEND /A=N

For more detailed information about each type of login script command, see Login Script Commands and Variables.



Previous | Next