I want to use an IF statement to determine a user's USERID then 'map' a drive based on the USERID, any ideas? Her is the piece of code I have tride:

IF @USERID = "Student1"

USE H: "\\dellserver\students\Student1"

ENDIF

Please point me in the correct direction.

Al.

P.S. I am new to kixtart