Here is what I want to do. On Monday I want to copy files from people that belong to NT group A, on Tuesday I want to copy files from people in NT group B, and so on....

This doesn't work, but maybe someone can provide some insight on how to make it work.

-------------------------
$1 = GROUPA
$2 = GROUPB
$3 = GROUPC

IF INGROUP ("$(@WDAYNO)")
[Do stuff]
ENDIF
---------------------------

Basicly I'm trying to write this efficiantly and not use a bunch of nested IF statements.

D.
p8oust7eh+