Hi Gargoyle

thanks for your answer, everyone is going to get the same drive and the folder,so there is no need for a folder map for each group,


my problem is, i want to see the logon screen showing the username, ip address and name of the dc and then mapping the drive and then disappear, that's all, i think this is a very simple thing but as i said before i'm new to scripting and in my script just the map drive part works,i can not see the the logon screen.

Note: you are right The users won't pay attention.
here is my basic script, , how am i going to add username, ip address,dc


; *****************Section 1***********************
; Default Logon Script for ASA CO
;
; *****************Section 2***********************
; Clear Screen
CLS
;
Color g+/n
big ; Display in BIG character mode
at (2,10) "ASA"
;
sleep 2 ; Wait for 2 secs
;
; *****************Section 3***********************
;
CLS

ENDIF
;
at (12,22) "Please Wait For Logon script Execution"
at (13,22) "Progress"
;

;
; *****************Section 4***********************
;
; Map Drives to Server "
;
USE H: "\\servername\foldername"

;
at (13,32) ".."
;
sleep 1 ; Wait for 1 sec
;
EXIT