Hi everyone...

I was just asked to include an if else into my select case script. It looks fine to me, but does anyone know why this won't work???:

code:
Case ingroup ("\\Server\Baseball") = 2 
use u: "\\Server\Bball$$" ;map Drive U to Department Directory
if ingroup ("\\Server\Scouting") = 2
use s: "\\Server2\Scouting$$" ;map Drive S to Scouting Directory
endif

[This message has been edited by sunnie4747 (edited 17 May 2000).]