Sorry about my last post, PC freaked on me.

Anyhow, to continue, assume the following script:

code:
IF InGroup("IT")
ADDPRINTERCONNECTION ("\\corpps1\it_cube")
ADDPRINTERCONNECTION ("\\corpps2\corppilot")
ADDPRINTERCONNECTION ("\\clc1150p1\print")
SetDefaultPrinter ("\\corpps1\it_cube")
use k: /delete
use k: "\\corpfs1\shared\IT"
use n: /delete
use n: "\\corpweb2\IT_Apps"
ENDIF

IF InGroup("LEGAL")
ENDIG


IF InGroup("SALES")
ENDIF

IF InGroup("SST")
use t: /delete
use t: "\\corpweb2\SST"
ENDIF

Why is it that the script only gets processed for the first group that it sees you are in, and doesn't continue if you are not in the next one? Am I even making sense? Is there a better way?

(MCA: complete subject)

[ 17 June 2002, 12:04: Message edited by: MCA ]