To create a login script

  1. Right-click the User, Template, container, or Profile object you want to create the login script for click Properties. Use a Template object to create a login script for user accounts that you haven't created yet.
  2. On the Login Script property page, edit the login script as desired. For help with login script commands and variables, click Web Links below.
  3. Click OK.
A login script is a list of commands that execute when the user logs in. It is typically used to establish connections to network resources. Login scripts execute on the user's workstation in the following order:

  1. Container Login Script
  2. Profile Login Script
  3. User Login Script

If any of these login scripts has not been defined for the user, it is skipped. If no login scripts are defined for the user, the login utility executes a default script that maps a search drive to the SYS:PUBLIC folder on the user's default server. The default server is specified on the user's Environment property page.


Related Topics

Web Links