NetWare 4.1/9000 Concepts
1-92
NetWare Glossary
L
For information about creating, modifying, and copying login scripts, see
“Creating, Modifying, and Copying Login Scripts” in Supervising the
Network.
See also “Drive mapping.”
MAP *8:=VOL1:FORMS
Maps Mary’s eighth network drive
(after those assigned in the container
and profile scripts) to the FORMS
directory.
REM Mary needs access to FORMS while she’s on the
REM troubleshooting team. Remove this drive mapping
REM when she’s reassigned.
This remark is a reminder to the person
who created the login script. This
remark won't display on the user’s
screen.
(Because the remark is several lines
long, each line starts with the keyword
REM.)
SET WP=”/u-mjr/b-5”
Sets Mary’s environment variables for
WordPerfect (DOS version).
SET USR=”mrichard”
Sets Mary’s user name (mrichard) for
the electronic mail program.
#CAPTURE Q=FAST_Q NB TI=10 NFF
Executes the CAPTURE utility so
Mary can print from non-network
applications.
PCCOMPATIBLE
EXIT “NMENU TRAINING”
Stops the user login script and sends the
user into a menu program called
TRAINING.
DOS workstations with the machine
name IBM_PC don’t need the
PCCOMPATIBLE line.
Table 1-8 Sample user login script
Login script commands Purpose