I have a login script that on a 2000 machine it maps both drives fine. Then I go to my XP laptop and it doesnt map the h drive. Its not a permision issue because I am domain admin. Do you have to write the scripts different for xp and 2k?

; Login Script

; **************************
; ** Program: Kixtart.kix
; ** Date: 6-1-02

USE "*" /delete

Break Off

; sets the console to foreground

setconsole ("foreground")
?
; sets the computer time by searching the network for the time server

" Hi "+ @userid
?
settime "*"

; Mapping drive section

USE G: "\\nas1\users\@userid" /persistent:no

IF INGROUP("cin infosys")
USE H: "\\nas1\users\infosys\shared" /persistent:no
ELSE
ENDIF