What OS is your client? Only W2K and XP can do deep mapping.

Add error checking to your script.
code:
use u: "\\hb2\STMusers\@userid$"
? "\\hb2\STMusers\@userid$ @error @Serror"
use i: "\\hb2\apps"
? "\\hb2\apps @error @Serror"

IF INGROUP("HEALTHLABEL")
use j: "\\hb2\stm\hlabel"
? "\\hb2\apps @error @Serror"
ENDIF

IF INGROUP("TM1")
use r: "\\hb2\P&T\data\F&A\FS\F&A\TM1DATA"
"\\hb2\P&T\data\F&A\FS\F&A\TM1DATA @error @Serror"
ENDIF

IF INGROUP("SMD")
use s: "\\hb2\stm\smd"
"\\hb2\stm\smd @error @Serror"
ENDIF

IF INGROUP("CDTEST")
use g: "\\hb2\stm\scitech"
"\\hb2\stm\scitech @error @Serror"
use q: "\\hb2\stm\netbip"
ENDIF

What is the result?
_________________________
Home page: http://www.kixhelp.com/hb/