Supervising the Network
5-49
Customizing the User Environment
Login Script Commands and Variables
other users to read and understand.
• The REMARK command and its associated text must be the only entry on a line.
Placing remarks on the same line as other login script commands can cause
errors.
• If a remark is several lines long, begin each line with the remark keyword
(REMARK, REM, an asterisk, or a semicolon).
Example
The following are examples of explanatory text that you might use with the
REMARK command and its variants:
* This is Richard’s login script
; Mapped network drives follow:
REM The next mapping is a fake root.
REMARK This login script is for new users.
SCRIPT_SERVER
Use SCRIPT_SERVER to set a home server from where the bindery login
script is read.
NOTE: The SCRIPT_SERVER command is for NetWare 2 and NetWare 3 users and has no
effect on NetWare 4 users.
Command Format
SCRIPT_SERVER server_name
Using SCRIPT_SERVER
This command has no effect on NetWare Directory Services™. See your
NetWare 2 or NetWare 3 documentation for information about
SCRIPT_SERVER.
SET
Use SET to set a DOS environment variable to a specified value.
Command Format
[TEMP] SET name=“value”