:IT
At (8,13) "IT script running"
Use J: "$IT\JOB"
If Exist($ARCHIVE + "\ITS-Mailarchs\" + @USERID)
Use M: $ARCHIVE + "\ITS-Mailarchs\" + @USERID
Use P: "$DEFAULT\PRODOS"
Use T: "$SCANS\IT"
If InGroup( "ITN\Service Desk" )
Goto Set_Home_Page
EndIf
Goto "preend"

ok so this is what i have now. do i need the endif still? it exits the script at the end of the m drive map. this is not what i wanted.