I want to map a series of drives if the user
is a member of "groupA" and "groupB". Here is what I tried.

if (ingroup("GROUPA") AND ingroup("GROUPB"))
use o: "\\server\share1"
use p: "\\server\share2"
endif
It gives a error on first line in debug mode, (incorrect parameter)