User Guide

Login Script Commands and Variables 83
Novell Client for Windows
103-000159-001
December 7, 2001
Novell Confidential
Manual 99a38 July 17, 2001
Command Format
PAUSE
PROFILE
Use PROFILE in a container script to set or override a users assigned or
command line-specified profile script. This is useful when defining a group
profile.
Command Format
PROFILE profile_object_name
Example
To override the profile script assigned to a user, and to cause the user to
execute a PROFILE script called team_profile, use the following command:
PROFILE team_profile
REMARK
To include explanatory text in the login script or to keep a line from being
executed during testing, begin a line with REMARK, REM, an asterisk ( * ),
or a semicolon ( ; ). Any text that follows these symbols is ignored when
NetWare Login executes the login script. Remarks do not appear on the
screen.
IMPORTANT: This 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.
Command Format
REM[ARK] [text]
or
* [text]
or