User Guide
84 Novell Client for Windows
Novell Client for Windows
103-000159-001
December 7, 2001
Novell Confidential
Manual 99a38 July 17, 2001
; [text]
Replace text with the comment you want to include in the login script.
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
NetWare 2 and NetWare 3 users can use SCRIPT_SERVER to set a home
server where the bindery login script is read from.
SCRIPT_SERVER has no effect on NetWare 4 and later users.
Command Format
SCRIPT_SERVER server_name
SET
Use SET to set an environment variable to a specified value.
When you use SET in a login script, you must enter quotation marks (" ")
around values.
If a variable is set to a path that ends in a backslash and double quote (\"), these
two characters are interpreted as an embedded quote preceded by an escape
character. To avoid this problem, use two backslashes before the ending
double quotes (\\").
You do not need to include SET commands in login scripts. For example, you
might decide place some SET commands in the workstation’s
AUTOEXEC.BAT file. Where you use SET commands depends upon your
individual needs.