Example Control File
; Delete all current participant records.
R
; Give auser1 access to swadmin queue every day starting from 01/12/1998.
P+swadmin,1_12_1998,-,-,-,MTWTFSS
U+auser1
END
; Give auser1 access to queue fred on Mondays only for a specific time period.
P+fred,1_1_1999,12_1_1999,09:00,17:00,M------
U+auser1
END
; Give auser2 access to queue fred on Mondays to Fridays.
P+fred,-,-,-,-,MTWTF--
U+auser2
END