NetWare 4.1/9000 Concepts
1-89
NetWare Glossary
L
MAP O:=SYS:DOC Maps drive O: to a directory necessary
for running the electronic NetWare
documentation (DynaText).
IF MEMBER OF “MANAGERS” THEN
MAP *3:=VOL1:PROJECTS\REPORTS
END
If the user belongs to the
MANAGERS Group object, the script
maps the third network drive to the
REPORTS directory.
IF MEMBER OF “TESTERS” THEN
MAP *4:=INPUT:STATUS\UPDATES
END
If the user belongs to the TESTERS
Group object, the script maps the
fourth network drive to the UPDATES
directory.
COMSPEC = S2:COMMAND.COM Sets COMSPEC to the DOS command
processor, located in the DOS
directory (in the second search drive).
SET PROMPT = “$P$G” Sets the prompt to display the user’s
current directory path, followed by the
> symbol.
MAP DISPLAY ON Allows map commands to display.
MAP Displays a list of all drive mappings.
WRITE Displays a blank line between the list
of mappings and following lines.
WRITE “Good %GREETING_TIME, %FULL_NAME.” Displays a greeting to the user.
Example: “Good morning,
MARY.SALES.HEWLETT-
PACKARD.”
WRITE “Your password expires in %PASSWORD_EXPIRES
days.”
Displays a message indicating the
number of days before the user’s
password expires.
FIRE PHASERS 3 TIMES Makes the phaser sound occur three
times, to tell the user that the login
process is complete.
Table 1-6 Sample container login script
Login script commands Purpose