Login script:
the login script prioraties: user -> cotainer ->
profile -> default
right click on server from network neighborhood,
user administration, edit
NDS login script.
MAP DISPLAY OFF
MAP ERRORS OFF
MAP F:=SYS:
MAP S1:=SYS:
MAP S2:=SYS:PUBLIC
MAP S3=SYS:PUBLIC\MSDOS\%os_version
MAP S4:=SYS:HHH
comspec=s3:commnad.com
rem set languige ="%login_name"
if LOGIN_NAME="user1" then #capture l=1 q=q1 nb nff nnoti ti=5
or:
if LOGIN_NAME="user1" then begin
#capture l=1 q=q1 nb nff nnoti ti=5
End
MAP DISPLAY ON
MAP ERRORS ON
|