Assuming I have a simple script as follows:

code:
SELECT
CASE InGroup("Test")
Use t: "\\server\share"
Addprinterconnection ("\\server\printer")
; At this point, could I add another portion of script applying to this group to perform a file copy function based on the day of the week?
ENDIF

Does my request make sense? Thanks.