Hi everyone,

I've been using correct syntax for my script and it is running correctly, however the script is not mapping network drives. I'll post a copy of the script to see whether there's something wrong with it, but I don't think there is.

If I run from a cmd line, I can access each of these network drives through their path, so they are definitely pointing at the right place.
code:
use u: "\\hb2\STMusers\@userid$"
use i: "\\hb2\apps"

IF INGROUP("HEALTHLABEL")
use j: "\\hb2\stm\hlabel"
ENDIF

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

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

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

Thanks!

Ariella.

[ 19 June 2002, 18:58: Message edited by: Howard Bullock ]