The following list shows an example of a user login script for user Mary. The user login script executes after the container and profile login scripts have executed.
Prevents MAP commands from displaying on the screen as they are assigned.
Prevents mapping errors from displaying on the screen.
7:=VOL1:MARY\PROJECTS\RESEARCH
Maps Mary's seventh network drive (after those assigned in the container and profile login scripts) to the RESEARCH subdirectory in her home directory.
8:=VOL1:FORMS
Maps Mary's eighth network drive (after those assigned in the container and profile login scripts) to the FORMS directory.
is intended as a reminder to the person who created the login script.
This remark is not displayed on the user's screen. (Because the remark is several lines long, each line starts with REM.)
Sets Mary's environment variables for her word- processing application.
Sets Mary's username (mrichard) for the electronic mail program.
Executes the CAPTURE utility so Mary can print from non-network applications.
Stops the user login script and sends the user into a menu program called TRAINING. (DOS stations with the machine name IBM_PC do not need the PCCOMPATIBLE line.)
EXIT does not work on OS/2 stations.