NetWare 4.1/9000 Concepts
1-90
NetWare Glossary
L
Profile login script. If you have groups of users with identical login script
needs, you can create a Profile object, then create a login script for the
Profile object. Then you can assign each user to be a member of that Profile
object.
The following is an example of a profile login script you might create for
users in the ACCOUNTING Profile object. The ACCOUNTING profile
login script would execute after the container login script.
Table 1-7 Sample profile login script
Login script commands Purpose
MAP DISPLAY OFF Prevents map commands from
displaying on the screen as they are
assigned.
MAP ERRORS OFF Prevents mapping errors from
displaying on the screen.
MAP INS S16:=VOL1:APPL\DB Maps the first available search drive
(after those assigned in the container
login script) to the directory that
contains the database program.
MAP *5:=VOL1:ACCOUNTS\NEW Maps the fifth network drive (after
those assigned in the container login
script) to the NEW subdirectory.
MAP *6:=VOL1:ACCOUNTS\RECORDS Maps the sixth network drive (after
those assigned in the container login
script) to the RECORDS subdirectory.
#WSUPDATE S1:IPXODI.COM /LOCAL Executes WSUPDATE, which updates
the IPXODI.COM file on the user’s
workstation with a new version of the
file located in the first search drive.
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.