Supervising the Network

5-35
Customizing the User Environment
Login Script Commands and Variables
INCLUDE
Use INCLUDE to execute independent files or another object’s login script
as a part of the login script currently being processed.
These subscripts can be text files that contain valid login script commands
(any of the commands explained in this section) or login scripts that belong
to a different object you have rights to.
Command Format
INCLUDE [path]filename
or
INCLUDE object_name
To use a text file as a subscript, replace path with either a drive letter or a full
directory path beginning with the NetWare volume name.
Replace filename with the complete name (including the extension) of the
text file.
To execute another object’s login script as part of a login script, replace
object_name with the name of the object whose login script you want to use.
Using INCLUDE
Text files that contain login script commands and other object’s login scripts
can be used as subscripts. Use these subscripts to supplement the main login
script.
You can create and edit text file subscripts using any text editor. Subscripts
do not have to have any particular filenames or extensions.
The INCLUDE command executes the login script commands contained in
the subscript. It does not display the text of the subscripts.
For more information about Refer to
Using identifier variables “Identifier Variables” in this chapter
Using the WRITE login script
command to display
messages
“WRITE” in this chapter